Skip to content
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

new: Add cache base warmup strategy. #16

Merged
merged 6 commits into from
Nov 17, 2023
Merged

new: Add cache base warmup strategy. #16

merged 6 commits into from
Nov 17, 2023

Conversation

milesj
Copy link
Contributor

@milesj milesj commented Nov 17, 2023

No description provided.

core.debug(`Hashing target profile = ${cacheTarget}`);
hasher.update(cacheTarget);

if (core.getInput('cache-base')) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Big change here to the cache key

@@ -0,0 +1,77 @@
import crypto from 'node:crypto';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved cache stuff to its own file

@milesj milesj merged commit c91b420 into master Nov 17, 2023
7 checks passed
@milesj milesj deleted the cache-base branch November 17, 2023 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant