Merge pull request 'feature/build-cache' (#36) from feature/build-cache into main
Some checks failed
Nix CI / Check a `common` cache is restored correctly (ubuntu-latest) (push) Has been skipped
Check Nix flake / Build nix outputs (ubuntu-latest) (push) Failing after 1m26s
Check flake.lock / Check health of `flake.lock` (push) Successful in 9s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m19s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Successful in 5m47s
Update flakes / update_lockfile (push) Failing after 2m0s
Nix CI / Merge similar caches (ubuntu-latest) (push) Failing after 35s
Some checks failed
Nix CI / Check a `common` cache is restored correctly (ubuntu-latest) (push) Has been skipped
Check Nix flake / Build nix outputs (ubuntu-latest) (push) Failing after 1m26s
Check flake.lock / Check health of `flake.lock` (push) Successful in 9s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m19s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Successful in 5m47s
Update flakes / update_lockfile (push) Failing after 2m0s
Nix CI / Merge similar caches (ubuntu-latest) (push) Failing after 35s
This commit is contained in:
commit
ffa24818de
2
.github/workflows/cache-merge.yml
vendored
2
.github/workflows/cache-merge.yml
vendored
@ -45,6 +45,7 @@ jobs:
|
|||||||
purge-created: 0
|
purge-created: 0
|
||||||
# except the version with the `primary-key`, if it exists
|
# except the version with the `primary-key`, if it exists
|
||||||
purge-primary-key: never
|
purge-primary-key: never
|
||||||
|
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||||
|
|
||||||
- uses: nix-community/cache-nix-action@v6
|
- uses: nix-community/cache-nix-action@v6
|
||||||
name: purge some individual caches
|
name: purge some individual caches
|
||||||
@ -62,6 +63,7 @@ jobs:
|
|||||||
purge-created: 259200
|
purge-created: 259200
|
||||||
# except the version with the `primary-key`, if it exists
|
# except the version with the `primary-key`, if it exists
|
||||||
purge-primary-key: never
|
purge-primary-key: never
|
||||||
|
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||||
|
|
||||||
# Check that the `common` cache is restored correctly
|
# Check that the `common` cache is restored correctly
|
||||||
merge-similar-caches-check:
|
merge-similar-caches-check:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user