Add manylinux2014-aarch64 with gcc=9.3#562
Conversation
odidev
commented
Aug 21, 2021
- Updated GCC version(9.3) as per manylinux containers and re-pushed manylinux2014-aarch64
- Added few scripts to support cross-compilation of the wheels
- Added cross compiled python which is used to cross compile a wheel via crossenv
637ed90 to
afc6695
Compare
|
Nice :) I had same problem with manylinux2014-aarch64 :/ You can try with this solution (to adapt I think) : |
afc6695 to
52f2163
Compare
|
Looks good to me, the error does not come from this PR |
|
@bensuperpc, I just checked binutils 2.37 is release with the fix you pointed out. Let me check if updating binutils=2.37 and gcc=10.2.0 works well. |
|
Testing locally. I will re-push the changes if that works well. |
|
@bensuperpc, updating binutils is not working. Can you please merge this PR? |
Changes have been merged, In a few hours, the new image of manylinux2014-aarch64 will be online. |