gitlab-ci: remove gcroots thing for the moment, it doesn't work

This commit is contained in:
Luke Granger-Brown 2020-11-06 05:21:08 +00:00
parent 4553833fcc
commit c83d32e6b9

View file

@ -12,8 +12,6 @@ nixCache:
script: script:
- "nix run -f ./ third_party.nixpkgs.bash -c ./hack/populate_secrets.sh" - "nix run -f ./ third_party.nixpkgs.bash -c ./hack/populate_secrets.sh"
- "nix build -v -f ./ci-root.nix --substituters \"https://cache.nixos.org/ s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1\"" - "nix build -v -f ./ci-root.nix --substituters \"https://cache.nixos.org/ s3://lukegb-nix-cache?endpoint=storage.googleapis.com&trusted=1\""
- "rm /nix/var/nix/gcroots/per-user/$USER/last-built-systems || true"
- "cp -P ./result /nix/var/nix/gcroots/per-user/$USER/last-built-systems"
- "nix copy -v --to 's3://lukegb-nix-cache?endpoint=storage.googleapis.com' ./result" - "nix copy -v --to 's3://lukegb-nix-cache?endpoint=storage.googleapis.com' ./result"
tags: tags:
- cacher - cacher