"Cargo install" should provide download binaries only from crate.io if availibale rather than build these binaries every time when calling cargo install #13994
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-install
S-needs-team-input
Status: Needs input from team on whether/how to proceed.
Problem
"Cargo install" should provide download binaries only from crate.io if availibale rather than build these binaries every time when calling cargo install. since the build process in local computer is very slow, especially when call "cargo install" when build a docker containers.
Proposed Solution
provide "cargo install --no-locall-build" or "cargo install --download_binaries_only"
Notes
No response
The text was updated successfully, but these errors were encountered: