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 131dae1 commit 88f5e12Copy full SHA for 88f5e12
ci/miri.sh
@@ -1,11 +1,9 @@
1
#!/bin/bash
2
set -e
3
4
-MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
5
-echo "Installing latest nightly with Miri: $MIRI_NIGHTLY"
6
-rustup set profile minimal
7
-rustup default "$MIRI_NIGHTLY"
8
-rustup component add miri
+rustup toolchain install nightly --component miri
+rustup override set nightly
+cargo miri setup
9
10
cargo miri test
11
cargo miri test --target mips64-unknown-linux-gnuabi64
0 commit comments