-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add information about package caching #2411
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
Conversation
Per rust-lang#1609 Added in a single line that states that the cached packages are only removed by running the clean command.
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
Oh in the case of |
Updated the text. Is there a way to build via cargo with just the local cache crates or does the cache just prevent a duplicate download per project? If I have no internet connect and remove a crate from my dependency list I can run cargo build fine. |
…ichton Per #1609 "clarify how the cache works" Added in a single line that states that the cached packages are only removed by running the clean command. Please let me know if this is the wrong spot, incorrect information or just silly. Thanks becker
☀️ Test successful - cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-gnu-32, cargo-win-gnu-64, cargo-win-msvc-32, cargo-win-msvc-64 |
Sorry it looks like I wrote the commit message incorrectly for bors to closed the related issue. Please close #1609 |
Per #1609 "clarify how the cache works"
Added in a single line that states that the cached packages are only
removed by running the clean command.
Please let me know if this is the wrong spot, incorrect information or just silly.
Thanks
becker