You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for developing and maintaining the lib. I'm currently facing a long CI and my is that it's because my CI host is trying to build the lib instead of using the wheel. I'm using linux + aarch64 and I don't see any aarch64 wheel on Pypi.
Currently x64 builds use profile-guided optimizations (which is basically free 15% performance against not using it).
But, it makes the build significantly longer and using PGO through QEMU is not a good idea in my opinion.
@eiennohito if I understand right, your explanation for the above build timeout is the emulation of ARM64 on the X86_64 + PGO ?
@mh-northlander indeed, that makes sense and will make things simpler to wait for the ARM runner to be available for open source projects. Thanks you !
Hi,
Thank you for developing and maintaining the lib. I'm currently facing a long CI and my is that it's because my CI host is trying to build the lib instead of using the wheel. I'm using linux + aarch64 and I don't see any aarch64 wheel on Pypi.
Would you be open to contributions in https://github.com/eiennohito/gha-manylinux-build and on this repository to build the wheel ?
The text was updated successfully, but these errors were encountered: