Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Manual Build

run-name: Build for ${{ github.event.inputs.ref }}
env:
SUBWASM_VERSION: 0.21.0

Expand Down Expand Up @@ -31,8 +32,7 @@ on:
default: polkadot/runtime/westend
required: true
ref:
description: The ref to be used for the repo
default: master
description: The github commit hash to be used for the repo to be built from (this should be a commit hash and not a branch name)
required: false
build_opts:
description: The build options to be used to build runtime e.g. --features on-chain-release-build (can be left empty)
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
subwasm diff ${{ steps.srtool_build.outputs.wasm }} --chain-b ${{ github.event.inputs.chain }} | tee ${{ github.event.inputs.chain }}-diff.txt

- name: Archive Subwasm results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0
with:
name: ${{ github.event.inputs.chain }}-runtime-info
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:
CMD="docker run --rm -i \
-e PACKAGE=$PACKAGE \
-e RUNTIME_DIR=$RUNTIME_DIR \
-e RUSTC_VERSION=1.81.0 \
-e RUSTC_VERSION=1.88.0 \
-e WASM_BUILD_STD=0 \
-v ${PWD}:/build \
srtool build --app --json"
Expand Down
Loading