bruceadams / rust-macos

Cross compile a Rust program in a Docker container.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust macOS

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.

About

Cross compile a Rust program in a Docker container.

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%