Skip to content

Commit

Permalink
disable wasm_std for srtools (#2757)
Browse files Browse the repository at this point in the history
  • Loading branch information
noandrea committed Apr 12, 2024
1 parent 96cf889 commit 47e691f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-runtime-srtool.sh
Expand Up @@ -14,6 +14,7 @@ CMD="docker run \
-e PACKAGE=${GH_WORKFLOW_MATRIX_CHAIN}-runtime \
-e RUNTIME_DIR=runtime/${GH_WORKFLOW_MATRIX_CHAIN} \
-e PROFILE=production \
-e WASM_BUILD_STD=0 \
-v ${PWD}:/build \
-v /home/${USER}/srtool/.ssh:/home/builder/.ssh \
-v /home/${USER}/srtool/entrypoint.sh:/srtool/entrypoint.sh \
Expand Down

0 comments on commit 47e691f

Please sign in to comment.