Skip to content

Commit

Permalink
show build result for polkadot_binary
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Jun 21, 2024
1 parent aaaad40 commit 52f5a0b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions zombienet/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,20 @@ polkadot_binary:
docker exec -t $$CONTAINER_NAME /bin/bash -c \
"cargo update $(CARGO_PACKETS) && \
cargo build --profile testnet $(CARGO_PACKETS); \
la -la /home/nonroot/polkadot-sdk/target/testnet/ ; \
cp /home/nonroot/polkadot-sdk/target/testnet/malus \
/home/nonroot/polkadot-sdk/target/testnet/undying-collator \
/home/nonroot/polkadot-sdk/target/testnet/adder-collator \
/tmp/polkadot_binary/; " \
/tmp/polkadot_binary/; \
ls -la /tmp/polkadot_binary /tmp/cargo/registry /tmp/cargo/git" ; \
ls -la /tmp/polkadot_binary /tmp/cargo/registry /tmp/cargo/git ; \
docker stop $$CONTAINER_NAME; \
docker rm -f $$CONTAINER_NAME; \
else \
echo "One or more files are missing."; \
fi



polkadot_binary_temp:
if [ -f polkadot-sdk-versions.txt ]; then \
POLKADOT_SDK_RELEASE=$$(grep 'polkadot_format_version:' polkadot-sdk-versions.txt | cut -d ' ' -f 2); \
Expand Down

0 comments on commit 52f5a0b

Please sign in to comment.