-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
please support aarch64 Linux with binaries #5256
Comments
See #4746, github actions don't provide native arm hosted runners, we have to setup cross-compilation for this |
This is out of scope for build process in this repository. You can, however, do
with today's nightly, and that should have more platforms (I think). |
Since aarch64 is on track to be a Tier 1 target, this should be something that the repo re-considers. Particularly since it's your own error message that directs people to come here and file issues about additional platforms to support. I did try the |
You need to explicitly specify the path to the rust-analyzer binary using |
This is useful as most of the LSP-supporting editors, including Emacs, Vim, and various VSCode builds, all work on the platform, and would allow either cheap cloud instances or Raspberry Pi >=4 boards to be useful Rust development hardware.
The text was updated successfully, but these errors were encountered: