-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
Document cargo install --locked --no-track
#2191
Comments
We could probably make a linter out of this. |
Is there an env var |
Doesn't appear to be https://doc.rust-lang.org/cargo/reference/environment-variables.html, though |
could it be added to conda-smithy? this solution worked great for me. |
Where should the content be added?
In the knowledge base or even as a linter
What should be added?
We should (force) people to use
cargo install --locked --no-track
. The--no-track
option prevents cargo from writing$PREFIX/.crates2.json
and$PREFIX/.crates.toml
files.If that option is not used, all Rust packages clobber each other.
Additional information
No response
The text was updated successfully, but these errors were encountered: