jdx / mise

dev tools, env vars, task runner
https://mise.jdx.dev
MIT License
8.07k stars 211 forks source link

mise.run should install musl variant whenever this is available #2276

Open autarch opened 3 weeks ago

autarch commented 3 weeks ago

Right now it looks like it will pick the musl variant if the system uses it, but it doesn't check whether the installed libc is recent enough. This leads to situations where you can install mise but it won't run because libc is too old.

I think the best solution to this is just to always use the musl version by default.