indygreg / python-build-standalone

Produce redistributable builds of Python
BSD 3-Clause "New" or "Revised" License
1.75k stars 109 forks source link

musl-based aarch64 build #87

Open achimnol opened 2 years ago

achimnol commented 2 years ago

I’d like to have the aarch64 version of musl-based build. It seems that I could just add a new triple to the build matrix. Is there anything more to consider? If it’s that simple, I’d like to make a PR.

indygreg commented 2 years ago

I'd like to see this distribution flavor too. However, it might be subtly more challenging than adding a new entry to the YAML. That's because we may have to teach various build scripts to support a cross architecture build and musl. Currently, those things are mutually exclusive. I welcome you to try though.

achimnol commented 2 years ago

Actually I've tried to build this repository by myself, but encountered some unexpected errors while bootstraping the build toolchain after more than 15 hours of execution. So I just gave up currently as I don't have enough resources to work on. 😭