spotify-tui
spotify-tui copied to clipboard
Segmentation fault running on x86_64-unknown-linux-musl
Compiling spotify-tui and running it on Alpine Linux immediately segfault's. I installed it through Cargo.
Is any dependency of spotify-tui known to not work on musl? I'm assuming that would be the issue, but I don't know for sure.
this is actually an issue with most Rust apps running on musl
. I hear that it's an upstream problem that is being worked on. Hopefully, this fixes your issue
https://github.com/elkowar/eww/issues/362#issuecomment-991702958