cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.85k stars 178 forks source link

Provide musl build #161

Closed jminh closed 3 years ago

jminh commented 3 years ago

Is it also feasible to provide a musl build?

Current mcfly-v0.5.6-x86_64-unknown-linux-gnu.tar.gz build cannot run on a CentOS 7 machine due to the glibc issue.

./mcfly
./mcfly: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./mcfly)
cantino commented 3 years ago

@praveenperera is this an easy change with the new GitHub Actions setup?

praveenperera commented 3 years ago

@jminh a musl build will be created when the next version is released

praveenperera commented 3 years ago

@jminh musl build is now available