We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1db2a commit 3852291Copy full SHA for 3852291
.gitlab-ci.yml
@@ -24,9 +24,9 @@ build-production-wasm:
24
- export VERBOSE=true
25
# Must be in sync with the toolchain file in the project root.
26
- export RUSTC_VERSION=1.74.0
27
- - cp -r * /build
28
# Required since we are overriding `RUSTC_VERSION`
29
- rustup target add wasm32-unknown-unknown
+ - cp -r * /build
30
- /srtool/build build
31
- subwasm meta --format=json+scale /out/${RUNTIME}_runtime.compact.wasm > /out/${RUNTIME}-metadata.json
32
- subwasm get -o ${RUNTIME}-live.wasm wss://${RUNTIME}.kilt.io
0 commit comments