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
this would allow running a custom arm64 VM rather than just a container which will enable us to use Cirrus CI's Docker Builder VM image for the build (this could maybe even support Windows arm64 if and when Microsoft starts supporting generic arm64 rather than just what they can support while they have an exclusivity deal with Qualcomm)
this would allow running Docker in Docker on Cirrus CI which would enable us to run Docker daemon in an additional container and use that to run manylinux images
Until then, it might be possible to resolve this in some different way (potential contenders including spinning up a docker daemon in some different way or using cibuildwheel's Podman support instead) but it would not be that easy so I don't think it's worth pursuing before then.
The text was updated successfully, but these errors were encountered:
Jackenmen
changed the title
Add support for native arm64 builds on Cirrus CI
Add support for native Linux arm64 builds on Cirrus CI
Aug 21, 2022
Support for native Linux arm64 on Cirrus CI wasn't added in #1191 due to some blockers on Cirrus CI's side.
It is likely going to be easy to solve this issue once at least one of these gets resolved:
Until then, it might be possible to resolve this in some different way (potential contenders including spinning up a docker daemon in some different way or using cibuildwheel's Podman support instead) but it would not be that easy so I don't think it's worth pursuing before then.
The text was updated successfully, but these errors were encountered: