Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.

Commit b4213a7

Browse files
authored
Add nix to the CI image (#256)
1 parent 27e7f5b commit b4213a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ build/stamps/image: extra/manifest_tool.py build/stamps/diffs
4343
image-ci: build/stamps/image-ci ## Build Docker image with all languages needed for CI
4444
# Invoking the underlying build rule for image-ci (if needed).
4545

46-
build/stamps/image-ci: extra/manifest_tool.py build/diffs/phase2-tools.tar.bz2 build/diffs/phase2-java.tar.bz2 build/diffs/phase2-python3.tar.bz2 build/diffs/phase2-ruby.tar.bz2 | build/stamps/
47-
./extra/manifest_tool.py splice java python3 ruby | docker buildx build \
46+
build/stamps/image-ci: extra/manifest_tool.py build/diffs/phase2-tools.tar.bz2 build/diffs/phase2-java.tar.bz2 build/diffs/phase2-python3.tar.bz2 build/diffs/phase2-ruby.tar.bz2 build/diffs/phase2-nix.tar.bz2 | build/stamps/
47+
./extra/manifest_tool.py splice java python3 ruby nix | docker buildx build \
4848
--progress=plain \
4949
-t polygott-ci:latest \
5050
--load \
@@ -167,7 +167,7 @@ test: build/stamps/image ## Build and test all languages
167167
test-ci: build/stamps/image-ci ## Build and test all languages needed for CI
168168
docker run --rm \
169169
polygott-ci:latest \
170-
env LANGS=python3,ruby,java \
170+
env LANGS=python3,ruby,java,nix \
171171
bash -c polygott-self-test
172172

173173
test-%: build/stamps/image-% ## Build and test single language LANG

0 commit comments

Comments
 (0)