Skip to content
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

Closed
hsivonen opened this issue Dec 20, 2018 · 4 comments
Closed

rust-std for thumbv7neon targets unavailable for download #1586

hsivonen opened this issue Dec 20, 2018 · 4 comments

Comments

@hsivonen
Copy link
Member

Steps to reproduce

rustup default nightly
rustup update
rustup target add thumbv7neon-unknown-linux-gnueabihf

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 the thumbv7neon-unknown-linux-gnueabihf and thumbv7neon-linux-androideabi targets to be available.

@alexcrichton
Copy link
Member

It looks like the PR adding support added thumbv7neon-linux-androideabi as a distribution target (actually added it to be built in a container), and rustup target add thumbv7neon-linux-androideabi --toolchain nightly works for me. The same PR didn't, however, configure any containers to build thumbv7neon-unknown-linux-gnueabihf, so nothing is building that target to be distributed (explaining the lack of a target in rustup)

@hsivonen
Copy link
Member Author

rustup target add thumbv7neon-linux-androideabi --toolchain nightly works for me

Works for me, too. No idea why I thought otherwise earlier today.

@hsivonen
Copy link
Member Author

I filed an issue on the rust repo about the container configuration.

@kinnison
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants