Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit f3a00f9

Browse files
authored
Merge pull request #132 from Xanewok/pin-version
Pin nightly version to a latest one known to be working
2 parents 0bbdabf + c90540b commit f3a00f9

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

ci/run.sh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@ OS=${1}
77
export RUST_BACKTRACE=full
88
#export RUST_TEST_NOCAPTURE=1
99

10-
rustup update nightly
11-
12-
cargo +nightly install rustup-toolchain-install-master
1310
if [ "${OS}" = "windows" ]; then
14-
rustup-toolchain-install-master -f -n master -c rustc-dev -c llvm-tools -i x86_64-pc-windows-msvc
15-
else
16-
rustup-toolchain-install-master -f -n master -c rustc-dev -c llvm-tools
11+
rustup set default-host x86_64-pc-windows-msvc
1712
fi
18-
rustup override set master
13+
14+
rustup component add rustc-dev llvm-tools-preview
1915

2016
cargo build
2117
cargo test --verbose -- --nocapture

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly
1+
nightly-2020-06-01

0 commit comments

Comments
 (0)