mirror of
https://github.com/apple/pkl.git
synced 2026-03-01 21:57:43 +01:00
Bionic support #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @Satnus on GitHub (Feb 7, 2024).
The default pkl aarch64 executable doesn't work on termux (or Android, basically), and I have no idea how to recompile the source code. The only workaround as of now is using something like andronix, where the pkl executable does work.
@bioball commented on GitHub (Feb 8, 2024):
What error do you see when you try to run pkl?
@Satnus commented on GitHub (Feb 9, 2024):
Basically, it's trying to get glibc files, which obviously doesn't work as android uses bionic instead.
@holzensp commented on GitHub (Feb 9, 2024):
Ah, gave it quick read (I hadn't ever looked at bionic). It seems it's very similar to
musl, but not quite the same. For one, you should be using the Alpine builds (and you will likely need another build altogether, similar to the Alpine build)