summaryrefslogtreecommitdiffstats
path: root/vendor/bytes/ci/miri.sh
blob: 88d2b6a8c50a14dfff46847b1e6e22e6a51f2fc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
set -e

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 test
cargo miri test --target mips64-unknown-linux-gnuabi64