Improve build pipeline performance#6082
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#ci-cachingNotice: Ensure you have installed the latest nightly Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust. or load it into the REPL: |
Performance report
|
e05fd58 to
be3b646
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6082 +/- ##
=======================================
Coverage 98.79% 98.79%
=======================================
Files 271 271
Lines 10620 10620
Branches 2838 2838
=======================================
Hits 10492 10492
Misses 88 88
Partials 40 40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
be3b646 to
fc21a43
Compare
|
This PR has been released as part of rollup@4.49.0. You can test it via |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
With the recent addition of ARM test runs for windows/linux, the caches for those architectures were not filled. This PR extracts a composite action for restoring the dependency cache, installing dependencies if needed and update the cache if missing.