Skip to content

Would not install on a Raspberry 3B+ #3682

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

Closed
Zykino opened this issue Jan 21, 2019 · 5 comments
Closed

Would not install on a Raspberry 3B+ #3682

Zykino opened this issue Jan 21, 2019 · 5 comments

Comments

@Zykino
Copy link

Zykino commented Jan 21, 2019

I can install rustup, use cargo and rustfmt on my Raspberry PI. It's nice to be able to learn Rust on a platform made to learn computing.
Now clippy is described by the community, and official blogs, as an experienced Rustacean helping you write more idiomatic rust code. It would be nice to be able to use it on a PI.

$ rustup component add clippy
error: component 'clippy' for target 'armv7-unknown-linux-gnueabihf' is unavailable for download
@mati865
Copy link
Contributor

mati865 commented Jan 21, 2019

Ideally it should be reported in rust repository. Clippy successfully cross compiles to ARM and AARCH64 targets on my PC so the issue must be somewhere in the build process.

@mati865
Copy link
Contributor

mati865 commented Jan 21, 2019

Filed rust-lang/rust#57812

@mati865
Copy link
Contributor

mati865 commented Jan 28, 2019

Once rust-lang/rust#57953 is merged it will be fixed for nightly, it may take up to 12 weeks before it lands in stable.

@Zykino
Copy link
Author

Zykino commented Jan 28, 2019

Thank you very much for taking great care of this issue

@mati865
Copy link
Contributor

mati865 commented Jan 30, 2019

The PR was merged, once clippy and rls are fixed they will be available on aarch64 and arm nightly channel.
It will hit stable on 12 April 2019 unless something breaks it has to be reverted.

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