Checking the latest release, v.0.4.0, matrix-sdk-crypto.linux-x64-musl.node contains a lot of GLIBC symbols and fails at runtime on musl systems - first failed call is with __register_atfork
strings matrix-sdk-crypto.linux-x64-musl.node | grep GLIBC_ | wc -l
111
I think there's something wrong with the generation pipeline for musl
Checking the latest release, v.0.4.0, matrix-sdk-crypto.linux-x64-musl.node contains a lot of GLIBC symbols and fails at runtime on musl systems - first failed call is with __register_atfork
strings matrix-sdk-crypto.linux-x64-musl.node | grep GLIBC_ | wc -l
111
I think there's something wrong with the generation pipeline for musl