Speed up CI #5659
Labels
🧑💻 dev experience
developer experience (excluding CI)
🐑🐑 duplicate
This issue or pull request already exists
📉 performance
Optimization, memory use, etc
🚢 CI
It's time to take another pass on this.
Maybe some tricks can be learned from the CI section of
https://matklad.github.io/2021/09/04/fast-rust-builds.html
For instance, it suggest setting
CARGO_INCREMENTAL: 0
in ourenv
to disable incremental compilation, which should shrink the/target
folder and maybe improve caching.A lot of the tricks in #5332 also apply to this, like:
The text was updated successfully, but these errors were encountered: