-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add linux aarch64 wheel build support #12
Conversation
Thank you for contribution and sorry for the delay! Unfortunately, the repository is now in a non-release condition, as it has been stalled in the midst of the Rust-based version development. I plan to finish it until next year, and then I'll review your PR properly. |
I think CI is working now that #13 was fixed (at least it worked on my test repo). We may try supporting aarch64 again after we polish it up and make sure it all works. |
@cher-nov, did you get a chance to look into this PR? Thanks. |
Is there any news on this? RIIR is a piece of good news, meanwhile a piece of bad news. It effectively makes building it on QEMU-simulated aarch64 insanely painful. Typically speaking, despite the setup time of Why QEMU? GHA only provides amd64 hosted runners. |
I've tried to resolve the conflicts, but since we're now using However I'm open to another PR with the necessary changes from someone more knowledgeable than me if OP doesn't respond. |
|
Maybe it means it only uses qemu for that so the others are faster to build? |
Nope. Setting up QEMU would not make builds for amd64/x86 using QEMU. |
Signed-off-by: odidev <[email protected]>
Add linux aarch64 wheel build support.
Related to #11 @cher-nov Could you please review this PR?