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
Prior to this commit, the cache maintained for the main branch has grown
to over 16gigabytes. Uploading it is causing frequent branch-level CI
failures due to being larger than the maximum allowable size by Cirrus.
Attempt to fix this by introducing a cache-grooming script and altering
the cache-key being used. Content for the grooming script comes mainly
from two places:
1. [Cargo
documentation](https://doc.rust-lang.org/nightly/cargo/guide/build-cache.html)
2. The rust-cache github action [(typescript) source
code](https://github.com/Swatinem/rust-cache/tree/master/src)
Signed-off-by: Chris Evich <[email protected]>
0 commit comments