Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Rust caching on CircleCI using sccache
(medium.com)
4 points
by
vladikoff
7 years ago
| 1 comment
Rust caching on CircleCI using sccache | Dark Hacker News
dbrgn
7 years ago
|
next
[−]
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!