cargo-bins / cargo-quickinstall

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

build against an old-enough glib #50

Open alsuren opened 2 years ago

alsuren commented 2 years ago

centos 6 might do, according to https://www.reddit.com/r/rust/comments/k9wiff/introducing_cargoquickinstall/gf7wkw2/ , but check what rustup does before starting work. I expect that there will be crates that don't build on centos 6 that do build on macos and ubuntu 20.04. Would be nice to have a scheme that works for everyone

NobodyXu commented 2 years ago

https://crates.io/crates/cargo-zigbuild uses zig-cc, which can cross compile any rust project to targets with any glibc version.