Add aarch64-unknown-linux-musl as a build target #52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add aarch64-unknown-linux-musl as a build target.
I failed at managing to test this on my own fork. Couldn't get the github actions to execute the workflow. Not sure what I was doing wrong as I've not seriously used github actions yet.
I didn't find time earlier, but got to it now.
As expected this isn't going to work as is, the
musl-toolsincluded in x86_64 ubuntu aren't set up for aarch64 cross-compilation. It will require to load the musl-tools with cross-compilation functionality.https://github.com/musl-cross/musl-cross looks like it might do the trick. I have a patch locally to test it out.
#54 does this now
Pull request closed