-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client::configure can't be used to call e.g. make #24
Comments
This was changed in 6ac9e7c I think for compatibility reasons or maybe avoiding breakage (I forget at this point...), but adding an option to set |
The cargo docs added by commit rust-lang/cargo@cbf25a9 aren't really accurate because of this issue:
The jobserver implemented/provided by cargo to build scripts is not compatible with make jobservers. So you need to absolutely use IMO cargo should just set Right now it seems that the |
I guess the main issue why @alexcrichton made 6ac9e7c is to allow outside |
Client::configure
only setsCARGO_MAKEFLAGS
, and there is no way to retrieve the value it sets in theCommand
because there is no API for that. So it's not possible to setMAKEFLAGS
yourself to pass cargo's jobserver to GNU make in a build script.The text was updated successfully, but these errors were encountered: