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

Consider including SQLite in the image #28

Closed euclio closed 6 years ago

euclio commented 7 years ago

Diesel supports sqlite as an option, so it'd be nice to include it.

emk commented 7 years ago

Ooh, that's a great idea! I'd happily accept a PR that:

Unfortunately, I won't be able to work on this myself any time soon, but I'd be happy to answer questions if anybody wants to try their hand at it. Mostly it's just a matter of messing around with compiler flags and being slightly frustrated.

But it would be a very welcome addition, and I would try to merge the PR as quickly as I can!