-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
The cargo reference should mention how to control number of jobs via env #5780
Comments
There is a link at the bottom of the "Environment Variables Cargo reads" section that states:
The documentation at that link says:
So I guess the question is, does it make sense to specifically call out things you'd commonly use as "Environment Variables Cargo reads" for more discoverability, or to remain consistent and have all of the config-override variables handled the same? |
I often end up trying to find documentation in both of these places, and for me it would make sense if the list of environment variable was more "comprehensive" and cross-linked with the configuration keys. I am not suggesting that these should be generated and kept in sync manually. But maybe it would be good to explore automatically generating a part of the environment variable list from the keys. |
#5690 appears to be asking for essentially the same thing, FWIW. It's clear there could be some improvement in discoverability here. |
The environment variables section of the cargo reference does not mention how to control the number of jobs for cargo via an environment variable. It should.
https://doc.rust-lang.org/cargo/reference/environment-variables.html
The text was updated successfully, but these errors were encountered: