BlackDex / rust-musl

For compiling static Rust binaries using musl toolchain with some pre-compiled static libraries
Apache License 2.0
31 stars 3 forks source link

⚠️NOTE⚠️ Removal of `-openssl3` postfix and update to MUSL v1.2.5 #5

Open BlackDex opened 6 months ago

BlackDex commented 6 months ago

Hello all,

I'm going to remove the -openssl3 tag on the next update. Mainly because I only build openssl3 images for a while now, and the postfix doesn't add any extra use.

Also MUSL will be updated to v1.2.5.

And an extra library is added on request, libxml2.

Cheers!