Rust caching on CircleCI using sccache

4 points by vladikoff 6 years ago | 1 comment
  • dbrgn 6 years ago
    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!