Closed
Description
I have installed stable-x86_64-unknown-linux-musl with rustup on Alpine Linux 3.15.
After successful installing a bunch of cargo tools, many of them do SIGSEGV:
- cargo-audit SIGSEGV on stable-x86_64-unknown-linux-musl rustsec/rustsec#504
- cargo-oudated SIGSEGV on stable-x86_64-unknown-linux-musl kbknapp/cargo-outdated#305
- cargo-duplicates SIGSEGV on stable-x86_64-unknown-linux-musl Keruspe/cargo-duplicates#5
- cargo-update SIGSEGV on stable-x86_64-unknown-linux-musl nabijaczleweli/cargo-update#171
But cargo cache, cargo license and cargo install, rustc and other stuff runs.
Not sure where the origin of the problem is.