ipfs/distributions

Adding support for Linux + musl

Offen

#322 geöffnet am 23.10.2020

 (4 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Less (31 Forks)auto 404
P3dif/mediumeffort/hourshelp wantedkind/enhancementstatus/ready

Repository-Metriken

Stars
 (49 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

As noted in https://github.com/ipfs/fs-repo-migrations/issues/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.

Contributor Guide