-
Notifications
You must be signed in to change notification settings - Fork 19
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
How did you find out about cargo-cache? #64
Comments
I wanted to completely clear my cargo cache. I searched for |
Just learned about this on Twitter now and will be trying this out today: https://twitter.com/DappForce/status/1183111484911566848?s=09 |
I noticed
After some manual poking around in my
It works! Thanks. |
I was actually looking for something different, a global cache for cargo builds across different projects ... But this also sounds very useful thanks :) |
You might be looking for sccache. |
Thanks! Also just found this twitter thread mentioning it: https://twitter.com/nick_r_cameron/status/1237481127129960448 |
Explained in #76 (comment) (while advocating for a new feature). |
Had the same exact idea. Was gonna be my toy project. Now I'll need to find something new! hehehe. |
Found it on the issue tracker: rust-lang/cargo#3289 |
I found this issue itself through the link generated from @sirwindfield's comment above 😁 My company has some Rust shared libraries hosted on a private Git server. I set up a launchd agent on macOS to add my identity to ssh-agent and wanted to make sure it was working. I was looking for a way to clear out downloaded Git repos that were cached so I could try again from a clean state. cargo-cache worked great! |
Seen it mentioned in Rust's Matrix channel, immediately installed 😃 |
Found it via your comment in via rust-lang/cargo#3289 |
Hi Matthias, I found about your The source was some article about purging the cargo cache, and/or about cleaning up when cargo artifacts/cache is sick. Either way, thank you. |
Hi, if you read this and use
cargo cache
, please let me know how you found out about this project and leave a comment on this ticket. :)I am curious to know!
The text was updated successfully, but these errors were encountered: