-
As mentioned in #2129, I am currently using commit 9c75ea1 of
Any idea why this is happening? As you can tell, I am trying to build Python wheels for Linux ARM. I have seen that you guys say that it must be done through emulation, but this is not an option for me since I need at least glibc version 2.34. So, am I missing something or doesn't |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You run the docker image through emulation. The glibc version doesn’t matter. Just add QEMU and the image will load. Or, better yet, use the new GHA Linux ARM runners that went public two days ago. That will be 10x+ faster. Then you don’t need to set up QEMU. I think you are confusing emulation and cross compiling. |
Beta Was this translation helpful? Give feedback.
You run the docker image through emulation. The glibc version doesn’t matter. Just add QEMU and the image will load. Or, better yet, use the new GHA Linux ARM runners that went public two days ago. That will be 10x+ faster. Then you don’t need to set up QEMU.
I think you are confusing emulation and cross compiling.