Skip to content

Commit

Permalink
Use latest srtool-actions (#77)
Browse files Browse the repository at this point in the history
* Use latest srtool-actions

* Add WASM_BUILD_STD=0 for manual builds

* Swap removed runtime (asset-hub-polkasdot) for a valid one (asset-hub-westend)
  • Loading branch information
chevdor authored Dec 11, 2023
1 parent f5cc56b commit dbab69b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-acala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Srtool build
id: srtool_build
uses: chevdor/[email protected].0
uses: chevdor/[email protected].1
with:
chain: ${{ matrix.chain }}
tag: ${{ github.event.inputs.srtool_tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-fellow-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Srtool build
id: srtool_build
if: ${{ steps.cache_runtime.outputs.cache-hit != 'true' }}
uses: chevdor/[email protected].0
uses: chevdor/[email protected].1
with:
workdir: fellows-runtimes
chain: ${{ matrix.chain }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-moonbeam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Srtool build
id: srtool_build
uses: chevdor/[email protected].0
uses: chevdor/[email protected].1
with:
chain: ${{ matrix.chain }}
tag: ${{ github.event.inputs.srtool_tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-polkadot-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Srtool build
id: srtool_build
if: ${{ steps.cache_runtime.outputs.cache-hit != 'true' }}
uses: chevdor/[email protected].0
uses: chevdor/[email protected].1
with:
workdir: sdk
chain: ${{ matrix.chain }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-shiden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Srtool build
id: srtool_build
uses: chevdor/[email protected].0
uses: chevdor/[email protected].1
with:
chain: ${{ matrix.chain }}
tag: ${{ github.event.inputs.srtool_tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Srtool build
id: srtool_build
uses: chevdor/[email protected].0
uses: chevdor/[email protected].1
with:
chain: ${{ github.event.inputs.chain }}
package: ${{ github.event.inputs.package }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/quick-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ jobs:
CMD="docker run --rm -i \
-e PACKAGE=$PACKAGE \
-e RUNTIME_DIR=$RUNTIME_DIR \
-e WASM_BUILD_STD=0 \
-v ${PWD}:/build \
srtool build --app --json"
echo ::debug::build::docker_run $CMD
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ jobs:
CMD="docker run --rm -i \
-e PACKAGE=$PACKAGE \
-e RUNTIME_DIR=$RUNTIME_DIR \
-e WASM_BUILD_STD=0 \
-v ${PWD}:/build \
srtool build --app --json"
echo ::debug::build::docker_run $CMD
Expand Down Expand Up @@ -342,6 +343,7 @@ jobs:
CMD="docker run --rm -i \
-e PACKAGE=$PACKAGE \
-e RUNTIME_DIR=$RUNTIME_DIR \
-e WASM_BUILD_STD=0 \
-v ${PWD}:/build \
srtool build --app --json"
echo ::debug::build::docker_run $CMD
Expand Down Expand Up @@ -405,7 +407,7 @@ jobs:
- category: contracts
chain: contracts-rococo
- category: assets
chain: asset-hub-polkadot
chain: asset-hub-westend
- category: starters
chain: shell
steps:
Expand Down Expand Up @@ -458,6 +460,7 @@ jobs:
CMD="docker run --rm -i \
-e PACKAGE=$PACKAGE \
-e RUNTIME_DIR=$RUNTIME_DIR \
-e WASM_BUILD_STD=0 \
-v ${PWD}:/build \
srtool build --app --json"
echo ::debug::build::docker_run $CMD
Expand Down

0 comments on commit dbab69b

Please sign in to comment.