gitlab-ci: remove gcroots thing for the moment, it doesn't work
This commit is contained in:
parent
4553833fcc
commit
c83d32e6b9
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ nixCache:
|
|||
script:
|
||||
- "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\""
|
||||
- "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"
|
||||
tags:
|
||||
- cacher
|
||||
|
|
Loading…
Reference in a new issue