Skip to content

Commit

Permalink
attempt2 to enable on-chain-release-build
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Jul 5, 2024
1 parent 4cb3180 commit 3e02647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run srtool # https://docs.substrate.io/reference/command-line-tools/srtool/
run: >
docker run --rm --user root --platform=linux/amd64
-e PACKAGE=${{ matrix.package }} -e BUILD_OPTS="--features on-chain-release-build" -v /home/runner/.cargo:/cargo-home
-e PACKAGE=${{ matrix.package }} -e BUILD_OPTS="--features=on-chain-release-build" -v /home/runner/.cargo:/cargo-home
-v ${{ github.workspace }}:/build paritytech/srtool:1.77.0-0.15.0
/srtool/build --app
Expand Down

0 comments on commit 3e02647

Please sign in to comment.