File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -193,9 +193,14 @@ runs:
193
193
- id : build
194
194
name : Build ${{ env.PACKAGE }} using ${{ env.SRTOOL_IMAGE }}
195
195
shell : bash
196
+ env :
197
+ # https://github.com/paritytech/polkadot-sdk/pull/2217
198
+ WASM_BUILD_STD : " 0"
196
199
run : |
197
200
echo ::group::Srtool build of chain ${{ inputs.chain }}
198
- CMD="docker run -i --rm -e PACKAGE=${{ env.PACKAGE }} -e RUNTIME_DIR=${{ env.RUNTIME_DIR }} -e BUILD_OPTS -e PARACHAIN_PALLET_ID -e AUTHORIZE_UPGRADE_PREFIX -e PROFILE -v ${{ env.WORKDIR }}:/build ${{ env.SRTOOL_IMAGE }} build --app --json -cM"
201
+ CMD="docker run -i --rm -e PACKAGE=${{ env.PACKAGE }} -e RUNTIME_DIR=${{ env.RUNTIME_DIR }} -e BUILD_OPTS -e
202
+ PARACHAIN_PALLET_ID -e AUTHORIZE_UPGRADE_PREFIX -e PROFILE -e WASM_BUILD_STD -v ${{ env.WORKDIR }}:/build ${{ env.SRTOOL_IMAGE
203
+ }} build --app --json -cM"
199
204
200
205
echo ::debug::build::docker_run $CMD
201
206
# here we keep streaming the progress and fetch the last line for the json result
You can’t perform that action at this time.
0 commit comments