rust-cross / rust-musl-cross

Docker images for compiling static Rust binaries using musl-cross
MIT License
625 stars 69 forks source link

Upgrade musl to 1.2.5 #152

Open jrr opened 3 months ago

jrr commented 3 months ago

I'm not sure what all is involved with updating musl, and what implications that would have. But for now here's a tiny PR following suit with #114 .

szokeasaurusrex commented 3 months ago

We would like to see this PR get merged, as it could likely resolve https://github.com/getsentry/sentry-cli/issues/1929.

If there is anything I can do to help get the PR merged, please let me know – I am happy to help out!

messense commented 3 months ago

We are using 1.2.3 because Rust also uses 1.2.3, not sure if there are any issues if we upgrade to 1.2.5 before Rust does.