samwho / spacer

CLI tool to insert spacers when command output stops
https://github.com/samwho/spacer
MIT License
853 stars 9 forks source link

Generate static binaries with musl #5

Closed dufferzafar closed 1 year ago

dufferzafar commented 1 year ago

I downloaded the latest release and got GLIBC errors on an old ubuntu box:

❯ spacer
spacer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by spacer)
spacer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by spacer)
spacer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by spacer)

So I cloned the repo & built from source using musl - which worked! 🎉

samwho commented 1 year ago

Thank you for your contribution! :)

I'm not sure when I'll release the next version, but that's when this code will run and musl binaries will be produced. I'll try to make sure it's not too long until I do it.