Rust caching on CircleCI using sccache
medium.com
Rust caching on CircleCI using sccache
1–2 of 2 posts
Re: Rust caching on CircleCI using sccache
#2I had a few CircleCI jobs where downloading and uploading the cache took about 5-10 minutes, while the actual build step only took 1-2 minutes... And of course, it gets worse with time.
In case the author reads this: Thanks for the writeup!