mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Require --locked on CI for WASM runtime locks (#285)
* Require --locked on CI for WASM runtime locks * Update runtime Cargo.lock * Add quotes
This commit is contained in:
committed by
Bastian Köcher
parent
6473feb687
commit
a5b2c9ab34
@@ -84,7 +84,7 @@ test-linux-stable: &test
|
||||
variables:
|
||||
- $DEPLOY_TAG
|
||||
script:
|
||||
- ./scripts/build.sh
|
||||
- ./scripts/build.sh --locked
|
||||
- time cargo test --all --release --verbose --locked
|
||||
- sccache -s
|
||||
|
||||
@@ -107,7 +107,7 @@ build-linux-release: &build
|
||||
tags:
|
||||
- linux-docker
|
||||
script:
|
||||
- ./scripts/build.sh
|
||||
- ./scripts/build.sh --locked
|
||||
- time cargo build --release --verbose
|
||||
- mkdir -p ./artifacts
|
||||
- mv ./target/release/polkadot ./artifacts/.
|
||||
|
||||
Reference in New Issue
Block a user