Skip to content

Commit

Permalink
mainnet default (#1045)
Browse files Browse the repository at this point in the history
Co-authored-by: claravanstaden <Cats 4 life!>
  • Loading branch information
claravanstaden authored Dec 13, 2023
1 parent 150a785 commit c03175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/test/scripts/build-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build_binaries() {
cp target/release/polkadot-prepare-worker $output_bin_dir/polkadot-prepare-worker

echo "Building polkadot-parachain binary"
cargo build --release --locked -p polkadot-parachain-bin --bin polkadot-parachain $features
cargo build --release --locked -p polkadot-parachain-bin --bin polkadot-parachain $features --no-default-features
cp target/release/polkadot-parachain $output_bin_dir/polkadot-parachain

popd
Expand Down

0 comments on commit c03175b

Please sign in to comment.