mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
Auto merge of #1827 - l4l:patch-1, r=RalfJung
Specify miri toolchain for CI example In particular current example doesn't work if you have a rust-toolchain file in the project.
This commit is contained in:
@@ -146,7 +146,7 @@ nightly that *does* come with Miri:
|
||||
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 override set "$MIRI_NIGHTLY"
|
||||
rustup component add miri
|
||||
|
||||
cargo miri test
|
||||
|
||||
Reference in New Issue
Block a user