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 85551e4 commit b6cfc4bCopy full SHA for b6cfc4b
.gitlab-ci.yml
@@ -151,7 +151,7 @@ build-wasm-try-runtime:
151
- master
152
- /^[0-9]+(?:\.[0-9]+){2}(?:-(rc)*([0-9])+)?$/
153
script:
154
- - cargo build -p ${RUNTIME}-runtime --features try-runtime
+ - cargo build --release -p ${RUNTIME}-runtime --features try-runtime
155
- mkdir ./out
156
- mv target/release/wbuild/${RUNTIME}-runtime/${RUNTIME}_runtime.compact.compressed.wasm ./dangerous_${RUNTIME}.try-runtime.wasm
157
artifacts:
0 commit comments