Update build.yml to support Linux ARM 64 on Github CI#441
Conversation
1cb0490 to
eb309ef
Compare
eb309ef to
4d5fedb
Compare
6cc843d to
62c9637
Compare
|
I made an attempt to address this, but it seems that manylinux2014-cross relies on GCC 4.8.5, causing compilation issues with the |
|
I've made several attempts to build the aarch64 wheel using different approaches:
Based on the results, it seems that the most feasible solution for building the Linux aarch64 wheel, at least for now, is to use manylinux 2_28. I'll create another PR to discuss this further and explore other potential solutions. |
|
@metesynnada The PR that @gokselk mentioned (#443) has now been merged |
Acknowledged. Proceeding to close the PR now. Thank you for the reminder. I appreciate the effort you put in, @gokselk. |
Which issue does this PR close?
Closes #426
Rationale for this change
The need for this change arises due to the prolonged build times experienced with linux arm64 docker, especially on macOS during the prototyping phase.
What changes are included in this PR?
In this PR, an emulator for Linux arm64 is included, as GitHub does not natively provide one.
BTW, I am not sure how to test this, if a PMC could help, that would be perfect.
Are there any user-facing changes?
No