We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc40a7 commit e8a8754Copy full SHA for e8a8754
.gitlab-ci.yml
@@ -21,7 +21,7 @@ build-production-wasm:
21
- export AUTHORIZE_UPGRADE_PREFIX=0x02
22
- export AUTHORIZE_UPGRADE_CHECK_VERSION=true
23
- export VERBOSE=true
24
- - export DEFAULT_FEATURES="--features metadata-hash"
+ - export BUILD_OPTS="--features metadata-hash"
25
- cp -r * /build
26
- /srtool/build build
27
- subwasm meta --format=json+scale /out/${RUNTIME}_runtime.compact.wasm > /out/${RUNTIME}-metadata.json
0 commit comments