mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
make sure we don't install more than we have to
This commit is contained in:
@@ -105,6 +105,7 @@ nightly that *does* come with Miri:
|
||||
```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
|
||||
|
||||
Reference in New Issue
Block a user