enumy icon indicating copy to clipboard operation
enumy copied to clipboard

[Feature Request] Consider using manylinux instead of musl to support multiple targets

Open WorksButNotTested opened this issue 4 years ago • 1 comments

The manylinux project is used as a basis for native python PIP modules to build binaries which run on many linux distributions. This may provide a simpler/more compatible alternative to musl?

https://github.com/pypa/manylinux/blob/master/docker/Dockerfile-x86_64

WorksButNotTested avatar Aug 18 '20 14:08 WorksButNotTested

Yeah, that seems like a great alternative for X86 and X64 releases, but I want to eventually support compiling to ARM. I think I will have to use musl for ARM compilation. Not sure, not done much research yet. I definitely like the idea of getting rid of musl though.

luke-goddard avatar Aug 19 '20 13:08 luke-goddard