Adding support for Linux + musl #322
Labels
dif/medium
effort/hours
Estimated to take one or several hours
help wanted
Seeking public contribution on this issue
kind/enhancement
A net-new feature or improvement to an existing feature
P3
Low: Not priority right now
status/ready
Ready to be worked
As noted in ipfs/fs-repo-migrations#111 we very briefly supported building for musl libc alternative to the more common glibc in 2017 and then stopped.
If it's not too painful to support it'd be nice if we could build with support for musl as well as glibc. Note: we need to support building with CGO enabled for things like plugins or OS specific optimizations so just ignoring libc entirely isn't really an option.
It looks like we used to only support x64 linux + musl back in 2017. I suspect that's enough for the most common use case (alpine linux in docker images), but we could potentially build more as well.
The text was updated successfully, but these errors were encountered: