Python wheels are currently only published for manylinux. musllinux_1_2 wheels would be useful for Alpine and other musl-based container environments. Currently the only option is building from the sdist, which requires a full Rust toolchain.
I noticed musl builds already exist for CLI, Java, and C# targets. Not sure if #426 or #748 would be blockers for the Python side.
Python wheels are currently only published for manylinux.
musllinux_1_2wheels would be useful for Alpine and other musl-based container environments. Currently the only option is building from the sdist, which requires a full Rust toolchain.I noticed musl builds already exist for CLI, Java, and C# targets. Not sure if #426 or #748 would be blockers for the Python side.