Skip to content

Commit 8d4f557

Browse files
committed
removed parameter
1 parent 66039ef commit 8d4f557

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ bulletin-solo-zombienet-start runtime="bulletin-polkadot-runtime":
142142
$ZOMBIENET_BIN -p native spawn $ZOMBIENET_CONFIG > /tmp/zombienet.log 2>&1 &
143143
else # bulletin-polkadot-runtime
144144
echo " Setting up Polkadot runtime..."
145-
cargo build --release -p {{ runtime }}
145+
# Build the node binary (which will build the runtime as a dependency)
146+
cargo build --release -p polkadot-bulletin-chain
146147
BULLETIN_BINARY=$(cd .. && pwd)/target/release/polkadot-bulletin-chain
147148
ZOMBIENET_CONFIG=$(cd .. && pwd)/zombienet/bulletin-polkadot-local.toml
148149
POLKADOT_BULLETIN_BINARY_PATH=$BULLETIN_BINARY $ZOMBIENET_BIN -p native spawn $ZOMBIENET_CONFIG > /tmp/zombienet.log 2>&1 &

0 commit comments

Comments
 (0)