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

Add information about using Drone CI into README.md #54

Closed iddm closed 5 years ago

iddm commented 6 years ago

This will help a lot of people trying to use it with Drone CI.

emk commented 5 years ago

Thank you for the instructions!

Recent versions of rust-musl-builder assume that you ADD the source code to the container, as shown here: https://github.com/emk/rust-musl-builder/blob/master/examples/using-diesel/Dockerfile This should work on any reasonable CI system, as far as I know.