You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at a CI run, both build-linux-arm and build-linux-musl don't appear to be using a cache, is this intentional? If not, adding one should reduce the step times by a decent margin. They definitely won't be as quick as the native builds but a gain is a gain 😅
Additionally, there is a wall of deprecation warnings, most of which should be coming from actions-rs/toolchain@v1 which is not maintained anymore, a maintained alternative is https://github.com/dtolnay/rust-toolchain.
Another suggestion would be to perhaps look into rust-cache for caching instead of doing it manually as it comes with some more defaults that might be useful.
The text was updated successfully, but these errors were encountered:
Looking at a CI run, both
build-linux-arm
andbuild-linux-musl
don't appear to be using a cache, is this intentional? If not, adding one should reduce the step times by a decent margin. They definitely won't be as quick as the native builds but a gain is a gain 😅Additionally, there is a wall of deprecation warnings, most of which should be coming from
actions-rs/toolchain@v1
which is not maintained anymore, a maintained alternative is https://github.com/dtolnay/rust-toolchain.Another suggestion would be to perhaps look into
rust-cache
for caching instead of doing it manually as it comes with some more defaults that might be useful.The text was updated successfully, but these errors were encountered: