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

Adds hash of install script to cache key #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

apriljunge
Copy link

It closes #9

I moved the downloading of the install scripts before the caching.

Then I can calculate a hash of it. This hash is then added to the cache-key. Whenever a new version is beeing released the hash changes and the cache gets invalidated. This makes sure you have always installed the newest version of TeX Live.

I removed the downloading in later steps as the file is already there.

Therefore the installers are downloaded before the cache is configured
@apriljunge apriljunge changed the title Adds hash of install script to cache hash Adds hash of install script to cache key Mar 6, 2022
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.

Invalidate cache on new version of texlive
1 participant