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

Improve ARM support #97

Closed
carllerche opened this issue Apr 9, 2015 · 2 comments
Closed

Improve ARM support #97

carllerche opened this issue Apr 9, 2015 · 2 comments

Comments

@carllerche
Copy link
Contributor

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...

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.
@kamalmarhubi
Copy link
Member

I filed #258 for CI on ARM. We should be able to use QEMU as is done in libc.

@asomers
Copy link
Member

asomers commented Jul 16, 2017

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
Projects
None yet
Development

No branches or pull requests

3 participants