pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.87k stars 70 forks source link

Provide static linux musl binary #134

Closed dufferzafar closed 2 years ago

dufferzafar commented 2 years ago

Will it be possible to provide a statically linked linux musl binary? So that it can be used on systems with older glibc?

pkolaczk commented 2 years ago

Probably, I haven't tried building it that way yet. But have you tried installing from snap? Snap is built in a container with slightly older glibc, and should work in many distributions.

pkolaczk commented 2 years ago

Builds fine:

cargo build --release --target x86_64-unknown-linux-musl

I attached the archived binary for 0.24.0 release to Github Releases.