-
Notifications
You must be signed in to change notification settings - Fork 973
Closed
Labels
Description
Problem
I tried to add component miri
and received the following message:
$ rustup component add miri
error: component 'miri' for target 'x86_64-unknown-linux-gnu' is unavailable for download for channel '1.69.0'
If you don't need the component, you can remove it with:
rustup component remove --toolchain 1.69.0 --target x86_64-unknown-linux-gnu miri
I.e., I tried to add the component (unsuccessfully), and the instructions tell me how to remove it.
Steps
Run rustup component add miri
in a directory where x86_64-unknown-linux-gnu
is the default toolchain.
Possible Solution(s)
Adjust or eliminate the irrelevant error message.
Notes
No response
Rustup version
rustup 1.26.0 (5af9b9484 2023-04-05)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.69.0 (84c898d65 2023-04-16)`
### Installed toolchains
```console
Default host: x86_64-unknown-linux-gnu
rustup home: /home/smoelius/.rustup
installed toolchains
--------------------
stable-2020-06-18-x86_64-unknown-linux-gnu
stable-x86_64-unknown-linux-gnu (default)
nightly-2023-06-29-x86_64-unknown-linux-gnu
nightly-2023-07-14-x86_64-unknown-linux-gnu
nightly-x86_64-unknown-linux-gnu
bisector-nightly-2023-05-28-x86_64-unknown-linux-gnu
bpf
solana
1.59.0-x86_64-unknown-linux-gnu
1.60.0-x86_64-unknown-linux-gnu
1.66.1-x86_64-unknown-linux-gnu
1.67.1-x86_64-unknown-linux-gnu
1.68.2-x86_64-unknown-linux-gnu
1.69.0-x86_64-unknown-linux-gnu
1.70.0-x86_64-unknown-linux-gnu
active toolchain
----------------
1.69.0-x86_64-unknown-linux-gnu (overridden by '/home/smoelius/gh/trailofbits/audit-solana/rust-toolchain.toml')
rustc 1.69.0 (84c898d65 2023-04-16)