File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ build:
238238 # Enable this, when you see: "`cargo metadata` can not fail on project `Cargo.toml`"
239239 # - time cargo fetch --manifest-path=`cargo metadata --format-version=1 | jq --compact-output --raw-output ".packages[] | select(.name == \"polkadot-runtime\").manifest_path"`
240240 # - time cargo fetch --manifest-path=`cargo metadata --format-version=1 | jq --compact-output --raw-output ".packages[] | select(.name == \"kusama-runtime\").manifest_path"`
241- - CARGO_NET_OFFLINE=true SKIP_POLKADOT_RUNTIME_WASM_BUILD=1 SKIP_KUSAMA_RUNTIME_WASM_BUILD=1 SKIP_POLKADOT_TEST_RUNTIME_WASM_BUILD =1 time cargo build --release --verbose --workspace
241+ - CARGO_NET_OFFLINE=true SKIP_WASM_BUILD =1 time cargo build --release --verbose --workspace
242242 after_script :
243243 # Prepare artifacts
244244 - mkdir -p ./artifacts
You can’t perform that action at this time.
0 commit comments