mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-15 06:01:51 +00:00
fix(build): Completely remove Cachix from build setup
Installing Cachix started failing on ARM64.
This commit is contained in:
parent
ba1d803231
commit
2d190d6fce
|
@ -11,10 +11,10 @@ before_script:
|
||||||
- mkdir test-files
|
- mkdir test-files
|
||||||
- echo ${GOOGLE_KEY} | base64 -d > test-files/key.json
|
- echo ${GOOGLE_KEY} | base64 -d > test-files/key.json
|
||||||
- echo ${GCS_SIGNING_PEM} | base64 -d > test-files/gcs.pem
|
- echo ${GCS_SIGNING_PEM} | base64 -d > test-files/gcs.pem
|
||||||
- nix-env -f '<nixpkgs>' -iA cachix -A go
|
- nix-env -f '<nixpkgs>' -iA -A go
|
||||||
script:
|
script:
|
||||||
- test -z $(gofmt -l server/ build-image/)
|
- test -z $(gofmt -l server/ build-image/)
|
||||||
- nix-build --arg maxLayers 1 | cachix push nixery
|
- nix-build --arg maxLayers 1
|
||||||
|
|
||||||
# This integration test makes sure that the container image built
|
# This integration test makes sure that the container image built
|
||||||
# for Nixery itself runs fine in Docker, and that images pulled
|
# for Nixery itself runs fine in Docker, and that images pulled
|
||||||
|
|
Loading…
Reference in New Issue
Block a user