Hacker News new | ask | show | jobs
Rust caching on CircleCI using sccache (medium.com)
4 points by vladikoff 2606 days ago
1 comments

I 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!