-
Notifications
You must be signed in to change notification settings - Fork 689
Improve ARM support #97
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
Comments
This was referenced Apr 9, 2015
Closed
posborne
added a commit
to posborne/nix-rust
that referenced
this issue
Apr 21, 2015
The limit of 32 cores may not actually be a limit with arm-linux, but I am not aware of anything in excess of 32 processors out there currently and this is what I have been running for awhile now on a beaglebone black (`--target=arm-unknown-linux-gnueabihf`). This change addresses nix-rust#95 and relates to nix-rust#97.
carllerche
pushed a commit
that referenced
this issue
Apr 24, 2015
The limit of 32 cores may not actually be a limit with arm-linux, but I am not aware of anything in excess of 32 processors out there currently and this is what I have been running for awhile now on a beaglebone black (`--target=arm-unknown-linux-gnueabihf`). This change addresses #95 and relates to #97.
I filed #258 for CI on ARM. We should be able to use QEMU as is done in libc. |
We currently have ten different ARM builds running in CI, using QEMU. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This really requires CI infrastructure. I filed an issue with Travis: travis-ci/travis-ci#3376. Also, it would require ARM builds of Rust, etc...
The text was updated successfully, but these errors were encountered: