Replies: 2 comments 15 replies
-
Building Linux wheels is safe. You will end with few additional docker images on machine |
Beta Was this translation helpful? Give feedback.
-
Not sure if I should start a new conversation for this? I have a related question: Is running cibuildwheel locally a goal/feature of the project? Will it be supported indefinitely, with (reasonably) full feature parity to cloud runs? I see that it is mentioned in the docs, but there it is described as a convenient thing to do before doing the real (in-cloud) thing. The context for my question is for enabling to verify reproducible builds. For this, the exact same logic needs to run in-cloud and locally. |
Beta Was this translation helpful? Give feedback.
-
I have
cibuildwheel
running successfully in GitHub actions for Linux and Windows Intel wheels and Mac universal wheels. That's all working just fine.I'd like to be able to make Linux ARM wheels (to, for example, run in containers on Apple Silicon Macs). There's a fair bit of complexity in the GitHub action because we don't actually have the sources for building the libraries that are being linked in the repository. The action grabs them from another server and builds on top of them. That works, but looking at the instructions for doing QEMU emulation to get the ARM wheels doesn't fill me with confidence that I'll be able to navigate that much more complexity.
Instructions, pointers, etc. for building wheels in, for example a local docker container, would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions