Open Azathothas opened 9 months ago
Been trying to decipher this but I might be in over my head. As I understand statically linked builds were added in https://github.com/eza-community/eza/commit/30ab689fbe143efa3328c4dbd897c975bbed1ef6 and the lines that kick them off in the justfile have since been commented out.
example of them being turned off:
So I'm not sure how to continue (and how to test those as I only own 1 machine)
edit: installed the cross tool and docker. I'm having fun with this but my confidence-level in creating a PR that resolves this issue plummeted
For what it's worth, if I remember correctly, yea, we basically just used to have this, but it broke and we never figured out why, so it was removed.
One option to debug this may be to bisect from the last time it worked until it broke, that may find the actual cause.
Hi, the current releases for arm64 Linux is based on gnu and not musl. As a result, the binary is dynamically linked:
Adding
target: aarch64-unknown-linux-musl
in your releaser should work. However, you can release an even more optimized binary, based on : https://github.com/Azathothas/Toolpacks/blob/main/.github/scripts/aarch64_Linux/bins/eza.sh