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
@@ -6,7 +6,7 @@ if cargo --version | grep -q "nightly"; then
|
||||
else
|
||||
CARGO_CMD="cargo +nightly"
|
||||
fi
|
||||
RUSTFLAGS="-C link-arg=--export-table" $CARGO_CMD build --target=wasm32-unknown-unknown --release
|
||||
RUSTFLAGS="-C link-arg=--export-table" $CARGO_CMD build --target=wasm32-unknown-unknown --release $@
|
||||
for i in polkadot_runtime
|
||||
do
|
||||
wasm-gc target/wasm32-unknown-unknown/release/$i.wasm target/wasm32-unknown-unknown/release/$i.compact.wasm
|
||||
|
||||
Reference in New Issue
Block a user