Skip to content

Commit 8af6667

Browse files
RalfJunglelongg
authored andcommitted
update Miri CI config (tokio-rs#534)
1 parent d29b9c8 commit 8af6667

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ci/miri.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
#!/bin/bash
22
set -e
33

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
4+
rustup toolchain install nightly --component miri
5+
rustup override set nightly
6+
cargo miri setup
97

108
cargo miri test
119
cargo miri test --target mips64-unknown-linux-gnuabi64

0 commit comments

Comments
 (0)