Skip to content

Commit

Permalink
add rust version to zombie tester
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Nov 10, 2024
1 parent 06ed1d4 commit 1fff3d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions zombienet/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ zombie_tester:
-f zombie_tester.Dockerfile \
--build-arg BASE_IMAGE=$(MINIDEB_IMAGE) \
--build-arg PROJECT_ID=$$PROJECT_ID \
--build-arg RUST_VERSION=$(RUST_VERSION) \
--build-arg POLKADOT_BINARY_PACKAGE_VERSION="$(POLKADOT_BINARY_PACKAGE_VERSION)" \
--build-arg ZOMBIENET_RELEASE=$$ZOMBIENET_RELEASE \
--build-arg POLKADOT_SDK_RELEASE=$$POLKADOT_SDK_RELEASE . ; \
Expand Down
2 changes: 1 addition & 1 deletion zombienet/docker/zombie_tester.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG AUTHOR="[email protected] <Kirill Azovtsev>"

ARG BASE_IMAGE
ARG BASE_IMAGE_TAG
ARG RUST_VERSION=1.81.0
ARG RUST_VERSION

ARG PROJECT_ID
ARG POLKADOT_BINARY_PACKAGE_VERSION
Expand Down

0 comments on commit 1fff3d6

Please sign in to comment.