mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +00:00
Require --locked when building runtime (#2813)
* Require --locked when building runtime * Update locks * Do it in a different way * Accidentally reverted Cargo.lock * pass on arguments in build.sh scripts
This commit is contained in:
committed by
Bastian Köcher
parent
e18dc6d53c
commit
f210557211
@@ -19,7 +19,7 @@ do
|
||||
echo "*** Building wasm binaries in $SRC"
|
||||
cd "$PROJECT_ROOT/$SRC"
|
||||
|
||||
./build.sh
|
||||
./build.sh $@
|
||||
|
||||
cd - >> /dev/null
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user