-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
cache key is unstable with additional cargo installs #140
Comments
stevenh
added a commit
to stevenh/rust-cache
that referenced
this issue
May 16, 2023
Ensure consistency of main and post configuration by storing and restoring it from state. Also: * Fixed some typos. * Use core.error for logging errors. Reverts: Swatinem#138 Fixes Swatinem#140
stevenh
added a commit
to stevenh/rust-cache
that referenced
this issue
May 16, 2023
Ensure consistency of main and post configuration by storing and restoring it from state, which in turn ensures cache key stability. Also: * Fixed some typos. * Use core.error for logging errors. Reverts: Swatinem#138 Fixes Swatinem#140
stevenh
added a commit
to stevenh/rust-cache
that referenced
this issue
May 16, 2023
Ensure consistency of main and post configuration by storing and restoring it from state, which in turn ensures cache key stability. Also: * Fixed some typos. * Use core.error for logging errors. Reverts: Swatinem#138 Fixes Swatinem#140
stevenh
added a commit
to stevenh/rust-cache
that referenced
this issue
May 16, 2023
Ensure consistency of main and post configuration by storing and restoring it from state, which in turn ensures cache key stability. Also: * Fixed some typos. * Use core.error for logging errors. Reverts: Swatinem#138 Fixes Swatinem#140
stevenh
added a commit
to stevenh/rust-cache
that referenced
this issue
May 16, 2023
Ensure consistency of main and post configuration by storing and restoring it from state, which in turn ensures cache key stability. Also: * Fixed some typos. * Use core.error for logging errors. Reverts: Swatinem#138 Fixes Swatinem#140
stevenh
added a commit
to stevenh/rust-cache
that referenced
this issue
May 16, 2023
Ensure consistency of main and post configuration by storing and restoring it from state, which in turn ensures cache key stability. Also: * Fixed some typos. * Use core.error for logging errors. Reverts: Swatinem#138 Fixes Swatinem#140
stevenh
added a commit
to stevenh/rust-cache
that referenced
this issue
May 17, 2023
Ensure consistency of main and post configuration by storing and restoring it from state, which in turn ensures cache key stability. Also: * Fixed some typos. * Use core.error for logging errors. Reverts: Swatinem#138 Fixes Swatinem#140
stevenh
added a commit
to stevenh/rust-cache
that referenced
this issue
May 17, 2023
Ensure consistency of main and post configuration by storing and restoring it from state, which in turn ensures cache key stability. Also: * Fixed some typos. * Use core.error for logging errors. * Fix inverted condition on cache-all-crates. Reverts: Swatinem#138 Fixes Swatinem#140
stevenh
added a commit
to stevenh/rust-cache
that referenced
this issue
May 17, 2023
Ensure consistency of main and post configuration by storing and restoring it from state, which in turn ensures cache key stability. Also: * Fixed some typos. * Use core.error for logging errors. * Fix inverted condition on cache-all-crates. Reverts: Swatinem#138 Fixes Swatinem#140
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If additional cargo installs happen after the cache step the calculation of cache key between restore and save is unstable due to it now including the registered package, as added by #138.
I'll work on a fix for this and put up a PR.
The text was updated successfully, but these errors were encountered: