Skip to content

Commit 7b5050a

Browse files
committed
Install WASM32 target for srtool build
1 parent c77336e commit 7b5050a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ build-production-wasm:
2525
# Must be in sync with the toolchain file in the project root.
2626
- export RUSTC_VERSION=1.74.0
2727
- cp -r * /build
28+
# Required since we are overriding `RUSTC_VERSION`
29+
- rustup target add wasm32-unknown-unknown
2830
- /srtool/build build
2931
- subwasm meta --format=json+scale /out/${RUNTIME}_runtime.compact.wasm > /out/${RUNTIME}-metadata.json
3032
- subwasm get -o ${RUNTIME}-live.wasm wss://${RUNTIME}.kilt.io

0 commit comments

Comments
 (0)