python-build-standalone icon indicating copy to clipboard operation
python-build-standalone copied to clipboard

musl-based aarch64 build

Open achimnol opened this issue 4 years ago • 2 comments

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.

achimnol avatar Aug 24 '21 09:08 achimnol

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.

indygreg avatar Sep 26 '21 21:09 indygreg

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. 😭

achimnol avatar Oct 12 '21 07:10 achimnol