mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 05:21:03 +00:00
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:
committed by
Bastian Köcher
parent
1437c8e224
commit
1f73847d3d
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user