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:
Pierre Krieger
2019-06-06 15:53:22 +02:00
committed by Bastian Köcher
parent e18dc6d53c
commit f210557211
9 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ do
echo "*** Building wasm binaries in $SRC"
cd "$PROJECT_ROOT/$SRC"
./build.sh
./build.sh $@
cd - >> /dev/null
done