-
|
I noticed the Ubuntu-based manylinux_2_31_armv7l is - unfortunately - too old to build the project I'm dealing with. Taking a look at https://github.com/mayeut/manylinux-ubuntu, it says there is also a manylinux_2_35 image (22.04-based), so I tried setting Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hmm, writing this up, I figured gcc 9 is just the default, and there might be a newer compiler available in Focal repos? The manylinux-ubuntu Readme just says
|
Beta Was this translation helpful? Give feedback.
-
You can already use any docker image you want: https://cibuildwheel.pypa.io/en/stable/options/#linux-image |
Beta Was this translation helpful? Give feedback.
You can already use any docker image you want: https://cibuildwheel.pypa.io/en/stable/options/#linux-image
Only images maintained at https://github.com/pypa/manylinux are registered in cibuildwheel.
An example can be found (though for riscv64 rather than armv7l) that uses manylinux_2_35 there: https://github.com/scikit-build/cmake-python-distributions/blob/main/pyproject.toml#L108