Skip to content

Commit

Permalink
fix features flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadkaouk committed Oct 9, 2024
1 parent ae11298 commit 023a53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-tracing-runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ for RUNTIME_NAME in ${ALL_RUNTIMES_NAMES[@]}; do
echo "Build $RUNTIME_NAME-${VERSION}-substitute-tracing…"

if [[ "$VERSION" == "local" ]]; then
cargo build -p $RUNTIME_NAME-runtime --feature on-chain-release-build
cargo build -p $RUNTIME_NAME-runtime --features on-chain-release-build
cp target/debug/wbuild/$RUNTIME_NAME-runtime/${RUNTIME_NAME}_runtime.wasm ../../../../wasm/$RUNTIME_NAME-runtime-$VERSION-substitute-tracing.wasm
else
CMD="docker run \
Expand Down

0 comments on commit 023a53e

Please sign in to comment.