Current opinions on providing musl binaries to fix projects that depend on this one? #1843
liamswenson
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Popular projects like williamboman/mason.nvim (and thus every project that depends on them) grab binaries from this language server. Because there are no musl binaries, these projects will fail when ran on musl based systems and sometimes even out of the box like is the case for nvim-lua/kickstart.nvim (their provided Dockerfile uses Alpine).
musl based distributions like Alpine and Void are becoming very popular for lots of use cases like containers and WSL. For Neovim users in particular, its unfortunate that popular solutions to access the language server for Neovim's config language don't work (when using musl).
It seems like this has only been briefly discussed in #948 and #661, so I was wondering if it could be considered to be re-opened or for me to create a new issue.
Beta Was this translation helpful? Give feedback.
All reactions