4 ms·
We are trading away disk space for faster builds. We could make them faster in some cases by using even more... On the other hand, it would be good to garbage
by epage 2mo ago
We are trading away disk space for faster builds. We could make them faster in some cases by using even more...
On the other hand, it would be good to garbage collect those caches. We are wrapping up work on a new layout for intermediate build artifacts that will make it easier to GC them.
- kstrauser 2mo agoCan you talk a little more about that? How would that work, and what would the developer experience be like when using it?
- ameliaquining 2mo agoThe proposal's at https://hackmd.io/@rust-cargo-team/SJT-p_rL2 https://hackmd.io/@rust-cargo-team/SJT-p_rL2; progress is tracked at https://github.com/rust-lang/cargo/issues/12633 https://github.com/rust-lang/cargo/issues/12633.
- giancarlostoro 2mo agoSounds like what I was thinking, that or for third party deps to go into the same temp folder, and anything not accessed in over a week, or so just gets auto wiped by rustc / cargo build process?