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

fix: add install_args hash to cache key #136

Merged
merged 2 commits into from
Oct 26, 2024
Merged

fix: add install_args hash to cache key #136

merged 2 commits into from
Oct 26, 2024

Conversation

risu729
Copy link
Contributor

@risu729 risu729 commented Oct 26, 2024

Adds hash of tools specified in install_args to the cache key.

If install_args is set to bun, the cache only includes bun will be saved and reused even if install_args is not set.

This also treats 4 in --jobs 4 as tools, but I think it's not a big problem.
It can be filtered out but requires a list of options with values. (--cd, --jobs, --profile)

@risu729 risu729 requested a review from jdx as a code owner October 26, 2024 06:12
@jdx jdx merged commit f2a7466 into jdx:main Oct 26, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants