gitlab-ci: use different caching strategy

This commit is contained in:
Luke Granger-Brown 2020-05-09 12:52:31 +01:00
parent a708872dec
commit 11f8b7f5aa

View file

@ -4,9 +4,10 @@ nixCache:
- "mkdir -p ops/secrets" - "mkdir -p ops/secrets"
- "cp ${OPS_SECRETS_DEFAULT_NIX} ops/secrets/default.nix" - "cp ${OPS_SECRETS_DEFAULT_NIX} ops/secrets/default.nix"
- "test -d cache || mkdir cache" - "test -d cache || mkdir cache"
- "nix-build ./ci-root.nix --option substituters \"file://$PWD/cache?trusted=1 https://cache.nixos.org s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1\"" - "test -f cache/nix.closure && nix-store --import < cache/nix.closure"
- "nix copy --to 'file://cache' ./result" - "nix build -vv -f ./ci-root.nix --substituters \"https://cache.nixos.org s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1\""
- "nix copy --to 's3://lukegb-nix-cache?endpoint=storage.googleapis.com' ./result" - "nix-store --export $(nix-store -qR ./result) > cache/nix.closure"
- "nix copy -vv --to 's3://lukegb-nix-cache?endpoint=storage.googleapis.com' ./result"
cache: cache:
key: one-key-to-rule-them-all key: one-key-to-rule-them-all
paths: paths: