summaryrefslogtreecommitdiffstats
path: root/third_party/rust/safemem/run_miri.sh
blob: 20b96c37fbb6b6bcaead90833e801fe1020554f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
echo "Installing latest nightly with Miri: $MIRI_NIGHTLY"
rustup set profile minimal
rustup default "$MIRI_NIGHTLY"

rustup component add miri
cargo miri setup

cargo miri test -- -- -Zunstable-options --exclude-should-panic