-
Notifications
You must be signed in to change notification settings - Fork 206
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
Reuse the rust caches #1260
Comments
Maybe the cache can be reused across jobs. |
We might be able to use the same version rust-cache. For example, uniformly adjusted to |
Maybe we can only reuse the rust caches between |
Should be ok. |
See rust cache, the rust cache key is base on the
job
default.And the caches is approaching total cache storage limit. We have too many rust caches:
So maybe we can reuse these caches by
shared-key
like Swatinem/rust-cache#127?The text was updated successfully, but these errors were encountered: