sharkdp / bat

A cat(1) clone with wings.
Apache License 2.0
48.97k stars 1.23k forks source link

Request for a 'statically compiled binary' for aarch64 #2990

Open tzq0301 opened 3 months ago

einfachIrgendwer0815 commented 3 months ago

bat-v0.24.0-aarch64-unknown-linux-gnu.tar.gz is available on the Releases page.

tzq0301 commented 3 months ago

bat-v0.24.0-aarch64-unknown-linux-gnu.tar.gz is available on the Releases page.

Maybe it is dynamically linked?

$ file bat-v0.24.0-aarch64-unknown-linux-gnu/bat
bat-v0.24.0-aarch64-unknown-linux-gnu/bat: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, BuildID[sha1]=9a4cf4306649c9b362c06eba7248c1f9b4a6bbb7, stripped
tzq0301 commented 3 months ago

Maybe this helpful https://github.com/sharkdp/bat/pull/2992

einfachIrgendwer0815 commented 3 months ago

You're right. My bad.

I think #2863 is related.

tzq0301 commented 3 months ago

I have updated CI pipeline to build statically-linked-binary for aarch64 in https://github.com/sharkdp/bat/pull/2992, request for being merged