Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Commit 399cd5b

Browse files
author
aliX
authored
Update config.yml (#164)
* Revert the rust nightly version to the one when it used to work * Make the docker for the develop branch as well
1 parent cb0944e commit 399cd5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ commands:
1313
source ~/.cargo/env
1414
rustup install $RUST_VERSION
1515
rustup default $RUST_VERSION
16-
rustup install nightly
17-
rustup target add wasm32-unknown-unknown --toolchain=nightly
16+
rustup install nightly-2020-04-17
17+
rustup target add wasm32-unknown-unknown --toolchain=nightly-2020-04-17
1818
rustup target add x86_64-unknown-linux-musl --toolchain=$RUST_VERSION
1919
export RUSTC_WRAPPER="" # sccache is uninstalled at this point so it must be unset here for `wasm-gc` install
2020
command -v wasm-gc || cargo install --git https://github.com/alexcrichton/wasm-gc --force
@@ -143,4 +143,4 @@ workflows:
143143
branches:
144144
only:
145145
- /^[0-9]+[.][0-9]+[.][0-9]+(-rc[0-9]+)*$/
146-
- master
146+
- develop

0 commit comments

Comments
 (0)