emk / rust-musl-builder

Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries. Supports openssl and diesel crates.
Apache License 2.0
1.54k stars 193 forks source link

Remove patch pg-sys, use openssl crate and diesel stable #48

Closed dvic closed 6 years ago

dvic commented 6 years ago

This seems to work locally for me, it seems pg-sys contains the fix? Or?

dvic commented 6 years ago

Build of this + #47 seems ok https://travis-ci.org/dvic/rust-musl-builder/builds/370971527

emk commented 6 years ago

Thank you! The README.md file also needs to be updated with the new instructions, but I'll take care of that since I'm already working on rust-musl-builder this morning.