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.
2 parents 8ac6721 + 5c9d4f2 commit 21bfd9aCopy full SHA for 21bfd9a
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