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

Support static builds with grpcio dependencies #57

Closed insanitybit closed 5 years ago

insanitybit commented 5 years ago

Small change to install golang and link g++, which allows building crates that depend on .grpcio.

insanitybit commented 5 years ago

I've removed the golang dependency, as per our conversation, and this change now includes just the symlink.

emk commented 5 years ago

Merged, thank you!