Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up CI #5659

Closed
emilk opened this issue Mar 25, 2024 · 1 comment
Closed

Speed up CI #5659

emilk opened this issue Mar 25, 2024 · 1 comment
Labels
🧑‍💻 dev experience developer experience (excluding CI) 🐑🐑 duplicate This issue or pull request already exists 📉 performance Optimization, memory use, etc 🚢 CI

Comments

@emilk
Copy link
Member

emilk commented Mar 25, 2024

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 our env 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:

  • Doing much less stuff on each PR
@emilk emilk added 🚢 CI 📉 performance Optimization, memory use, etc 🧑‍💻 dev experience developer experience (excluding CI) labels Mar 25, 2024
@emilk
Copy link
Member Author

emilk commented Apr 10, 2024

@emilk emilk closed this as not planned Won't fix, can't repro, duplicate, stale Apr 10, 2024
@emilk emilk added the 🐑🐑 duplicate This issue or pull request already exists label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑‍💻 dev experience developer experience (excluding CI) 🐑🐑 duplicate This issue or pull request already exists 📉 performance Optimization, memory use, etc 🚢 CI
Projects
None yet
Development

No branches or pull requests

1 participant