Skip to content

Commit

Permalink
cargo update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Aug 3, 2024
1 parent d633ea9 commit 5f8b6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zombienet/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ polkadot_binary:
$(DOCKER_REGISTRY_PATH)polkadot_builder:$$POLKADOT_SDK_RELEASE \
-c "tail -f /dev/null"; \
docker exec -t $$CONTAINER_NAME /bin/bash -c \
"cargo update $(CARGO_PACKETS) && \
"cargo update && \
cargo build --release $(CARGO_PACKETS) && \
cp $(RESULT_BINARIES) /tmp/polkadot_binary/ && \
./build_apt_package.sh \
Expand Down

0 comments on commit 5f8b6e1

Please sign in to comment.