cargo-bins / cargo-quickinstall

pre-compiled binary packages for `cargo install`
Apache License 2.0
213 stars 9 forks source link

Broken build for jj-cli #250

Open senekor opened 1 month ago

senekor commented 1 month ago

related issue in the jj repo

jj provides prebuilt binaries itself, but only statically linked against musl on linux. Which is fine, because that works on any linux system, whatever the system libc is. However, cargo binstall jj-cli fell back to the (borked) binary provided by quickinstall. I did not notice this at first, even though it does say so in the output of cargo-binstall.

I'm not sure what the right thing to do here is, but having cargo-binstall install from a different source than the official one, even though the official one does in fact provide binaries, is incredibly confusing.

senekor commented 1 month ago

for reference, this seems to be the CI job that built jj

NobodyXu commented 1 month ago

We use glibc 2.17, probably that's the reason of the failure?