ci: cache nix-store using nix-community/cache-nix-action #65
Labels
No labels
Bug
Docs
Feature request
Good for newcomers
Infra
Privacy
Refactoring or migration
Security
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: pub-solar/infra#65
Loading…
Reference in a new issue
No description provided.
Delete branch "ci/enable-cache"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Related repo: https://git.pub.solar/pub-solar/actions-base-image
Would be nice to use cachix, so we can benefit from nix builds in CI. But this is already an improvement so feel free to merge.
ci: try to enable cache for nix storeto WIP ci: try to enable cache for nix storeWIP ci: try to enable cache for nix storeto WIP: ci: try to enable cache for nix store35943b90cd
to4ada18c05c
4ada18c05c
to54d67b5f75
54d67b5f75
tob15641bee3
b15641bee3
to970ccaf040
cachix is already in place.
- name: Prepare cachix
uses: https://github.com/cachix/cachix-action@v12
with:
name: pub-solar
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
This actually works now after some network debugging for the cache to work. Merging now 🎉
WIP: ci: try to enable cache for nix storeto ci: try to enable cache for nix store9e525baa32
toe4c4644a8e
ci: try to enable cache for nix storeto ci: cache nix-store using nix-community/cache-nix-action