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

Please update nightly to 1.32.0 #62

Closed wafflespeanut closed 5 years ago

wafflespeanut commented 5 years ago

The existing nightly is encountering an ICE (rust-lang/rust#55376) when compiling hyper, which has been fixed upstream.

@emk Could you please update the nightly build?

emk commented 5 years ago

I'm re-running the beta and nightly builds, and they should finish in a few hours, depending on the TravisCI queue. Please let me know if it works!

wafflespeanut commented 5 years ago

It works! Thank you :)

emk commented 5 years ago

Glad to hear it, and thank you for confirming that it worked!