File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 &
You can’t perform that action at this time.
0 commit comments