Open matthewfeickert opened 1 year ago
Thanks for moving this @martinRenou. Also nice to see that you're already using cibuildwheel
! :)
Thanks for opening an issue!
It's probably possible to add another CI job using manylinux2014_aarch64
? I'm not really aware if that would be a difficult task.
Also nice to see that you're already using
cibuildwheel
!
Are we? I don't see any mention of this in the repo, it's the first time I hear of cibuildwheel
, it sounds like it could be useful to simplify our workflow.
:wave: Hi. Thanks for making
xeus-python
. Would it be possible to supportmanylinux2014_aarch64
wheels on PyPI? As there aren't any available at the moment forv0.15.0
this means that it isn't possible to installxeus-python
when doing a multi-platformdocker buildx
build (--platform linux/amd64,linux/arm64
) to provide Docker images that can run without heavy emulation on M1/M2 Macs without having to buildxeus-python
from source.I appreciate that you have limited space on PyPI and that each additional architecture supported brings with it additional maintenance burden and time, so I fully appreciate that this might not be in scope (:+1:), but I do think it would be useful.
edit: My guess is that this is probably out of scope for the time being given https://github.com/jupyter-xeus/xeus-python/issues/513#issuecomment-1001005609. Though would you be willing to adopt
cibuildwheel
to make such a PR feasible for these additional wheels?