rust-cross / rust-musl-cross

Docker images for compiling static Rust binaries using musl-cross
MIT License
617 stars 68 forks source link

Building diesel/postgres #76

Closed Edu4rdSHL closed 1 year ago

Edu4rdSHL commented 1 year ago

Hello, great job. Question, this crate aims to be "inspired by rust-musl-builder" but I didn't see an option to build Diesel/postgress-based apps which is quite the point of emk/rust-musl-builder. Am I missing something?

I have tried to build a Diesel app using it and doesn't work.

messense commented 1 year ago

This project is focused on cross compiling, so we don't provide prebuilt C/C++ libraries.