-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ci: cache Nix store with cache-nix-action #2992
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
develop7
force-pushed
the
fix-ci_cache_speedup
branch
6 times, most recently
from
October 31, 2023 15:49
ae54af9
to
3a6e233
Compare
develop7
force-pushed
the
fix-ci_cache_speedup
branch
from
November 17, 2023 14:36
d5c5e43
to
d87bcb2
Compare
develop7
force-pushed
the
fix-ci_cache_speedup
branch
from
November 20, 2023 14:58
d87bcb2
to
e128e12
Compare
Should prevent disk overflow
develop7
changed the title
ci: use magic-nix-cache
ci: cache Nix store with cache-nix-action
Nov 20, 2023
steve-chavez
approved these changes
Nov 20, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks harmless so I think we can merge now and improve it later.
Among others, makes action logs look more tidy (see nix-community/cache-nix-action@17d19d3)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces caching of the Nix store for nix-based CI jobs, improving "nix setup" build step 2x to 3x, depending on the job
Closes #2990
Changes introduced:
setup-nix
action:cache-id
parameter to be able to fine-tune cachesmerge-nix-caches
job, which supposed to merge mostly similar nix-based jobs' caches. Had to uncomment it because it couldn't purge per-job caches (to save space) being run under my account, but the work could be continued right where it stoppedTODO: enable Nix garbage collecting