WIP: ci uses new docker image (#236)

* ci uses new docker image

* image renamed to parity/rust-builder:latest

* cleanup
This commit is contained in:
TriplEight
2019-05-02 14:51:27 +02:00
committed by Bastian Köcher
parent 1437c8e224
commit 1f73847d3d
2 changed files with 17 additions and 24 deletions
+4 -2
View File
@@ -4,8 +4,10 @@ set -e
echo "*** Initializing WASM build environment"
rustup update nightly
rustup update stable
if [ -z $CI_PROJECT_NAME ] ; then
rustup update nightly
rustup update stable
fi
rustup target add wasm32-unknown-unknown --toolchain nightly