Test if saving the Cargo cache can speed up FreeBSD#5756
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#cache-bsd-cargoNotice: Ensure you have installed the latest stable 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
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5756 +/- ##
=======================================
Coverage 99.00% 99.00%
=======================================
Files 258 258
Lines 8072 8072
Branches 1361 1361
=======================================
Hits 7992 7992
Misses 53 53
Partials 27 27 ☔ View full report in Codecov by Sentry. |
|
This PR has been released as part of rollup@4.28.1. You can test it via |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
The FreeBSD build is very slow as it is running a non-native image. In this PR, I see if we can use the same caching technique we use for the other builds to save and restore the Cargo cache.