mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-15 06:01:51 +00:00
fix(build): Work around arbitrary new maxLayers restriction
This commit is contained in:
parent
2d190d6fce
commit
0828e32538
|
@ -14,7 +14,7 @@ before_script:
|
|||
- nix-env -f '<nixpkgs>' -iA -A go
|
||||
script:
|
||||
- test -z $(gofmt -l server/ build-image/)
|
||||
- nix-build --arg maxLayers 1
|
||||
- nix-build --arg maxLayers 2
|
||||
|
||||
# This integration test makes sure that the container image built
|
||||
# for Nixery itself runs fine in Docker, and that images pulled
|
||||
|
|
Loading…
Reference in New Issue
Block a user