-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add aarch64 wheels to build workflow #13938
Comments
IIRC we produce aarch64 docker images, so I don't see why we wouldn't also produce wheels for that platform. cibuildwheel apparently supports aarch64, judging by the table at https://cibuildwheel.readthedocs.io/en/stable/#what-does-it-do I wonder why synapse/.github/workflows/release-artifacts.yml Lines 120 to 125 in c9b7e97
@erikjohnston any ideas here? |
I guess cibuildwheel only builds what it can on a given platform. Would probably have to add a matrix entry to synapse/.github/workflows/release-artifacts.yml Lines 92 to 104 in c9b7e97
and a step below that conditionally runs the rest under QEMU, like here: synapse/.github/workflows/docker.yml Lines 18 to 22 in b8fa24b
|
Finally: #14212 That was a hassle with rust-lang/cargo#10583.
|
Description:
Would it be feasible to add aarch64 wheels to the build workflow to be uploaded to PyPI? ARM play an increasing role among servers and pre-compiled wheels save users a lot of compile time and build dependencies, since Rust is required now with v1.68.0.
The text was updated successfully, but these errors were encountered: