We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb808f1 commit 5c9d4f2Copy full SHA for 5c9d4f2
ci/miri.sh
@@ -5,11 +5,8 @@ set -ex
5
export CARGO_NET_RETRY=5
6
export CARGO_NET_TIMEOUT=10
7
8
-MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
9
-echo "Installing latest nightly with Miri: $MIRI_NIGHTLY"
10
-rustup default "$MIRI_NIGHTLY"
11
-
12
-rustup component add miri
+rustup toolchain install nightly --component miri
+rustup override set nightly
13
cargo miri setup
14
15
cargo miri test
0 commit comments