-
Notifications
You must be signed in to change notification settings - Fork 888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust-std for thumbv7neon targets unavailable for download #1586
Comments
It looks like the PR adding support added |
Works for me, too. No idea why I thought otherwise earlier today. |
I filed an issue on the |
I think this is not a bug in rustup so I'm going to close it. If I've misunderstood the situation please let me know. |
Steps to reproduce
Then:
rustc --print target-list | grep thumbv7neon-unknown-linux-gnueabihf
Actual results
First:
error: component 'rust-std' for target 'thumbv7neon-unknown-linux-gnueabihf' is unavailable for download
Then:
thumbv7neon-unknown-linux-gnueabihf
Expected results
Expected the
rust-std
component for thethumbv7neon-unknown-linux-gnueabihf
andthumbv7neon-linux-androideabi
targets to be available.The text was updated successfully, but these errors were encountered: