Cross compile a Rust program for macOS in a Docker container.
873
Cross compile Rust programs in a Docker container.
docker run --rm --user $(id -u):$(id -g) --volume "$PWD:/build" bruceadams/rust-macos
This is takes, and probably misinterprets, the instructions in https://wapl.es/rust/2019/02/17/rust-cross-compile-linux-to-macos.html to setup a Docker image with the Linux goodies needed to cross compile to macOS.
Content type
Image
Digest
Size
1 GB
Last updated
almost 7 years ago
docker pull bruceadams/rust-macos