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

Pin nightly version to a latest one known to be working #132

Merged
merged 2 commits into from
Oct 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@ OS=${1}
export RUST_BACKTRACE=full
#export RUST_TEST_NOCAPTURE=1

rustup update nightly

cargo +nightly install rustup-toolchain-install-master
if [ "${OS}" = "windows" ]; then
rustup-toolchain-install-master -f -n master -c rustc-dev -c llvm-tools -i x86_64-pc-windows-msvc
else
rustup-toolchain-install-master -f -n master -c rustc-dev -c llvm-tools
rustup set default-host x86_64-pc-windows-msvc
fi
rustup override set master

rustup component add rustc-dev llvm-tools-preview

cargo build
cargo test --verbose -- --nocapture
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly
nightly-2020-06-01