Skip to content
Snippets Groups Projects
Unverified Commit 407ed4e3 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone Committed by GitHub
Browse files

Merge pull request #118 from PrivateStorageio/117.faster-circleci-tests

Bust the cache key
parents 49592c10 d26fb6fe
No related branches found
No related tags found
No related merge requests found
...@@ -106,8 +106,8 @@ jobs: ...@@ -106,8 +106,8 @@ jobs:
# If nixpkgs changes then potentially a lot of cached packages for # If nixpkgs changes then potentially a lot of cached packages for
# the base system will be invalidated so we may as well drop them # the base system will be invalidated so we may as well drop them
# and make a new cache with the new packages. # and make a new cache with the new packages.
- zkapauthorizer-nix-store-v2-{{ checksum "nixpkgs.rev" }} - zkapauthorizer-nix-store-v3-{{ checksum "nixpkgs.rev" }}
- zkapauthorizer-nix-store-v2- - zkapauthorizer-nix-store-v3-
- run: - run:
name: "Run Test Suite" name: "Run Test Suite"
...@@ -136,7 +136,7 @@ jobs: ...@@ -136,7 +136,7 @@ jobs:
- save_cache: - save_cache:
name: "Cache Nix Store Paths" name: "Cache Nix Store Paths"
key: zkapauthorizer-nix-store-v2-{{ checksum "nixpkgs.rev" }} key: zkapauthorizer-nix-store-v3-{{ checksum "nixpkgs.rev" }}
paths: paths:
- "/nix" - "/nix"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment