Rust configured for x86_64-pc-windows-gnu and i686-pc-windows-gnu
4.9K
A Docker image based on Ubuntu that contains MinGW, rustup, Rust, Cargo and Wine.
Based on the official Rust image and automatically updated when the rust image is updated.
Cargo is able to build and run binaries for the x86_86-pc-windows-gnu and i686-pc-windows-gnu
targets.
docker pull tomaka/rust-mingw-docker
docker run --rm -it -v `pwd`:/usr/code -w /usr/code tomaka/rust-mingw-docker
cargo test --target x86_86-pc-windows-gnu
cargo test --target i686-pc-windows-gnu
Content type
Image
Digest
Size
1.2 GB
Last updated
over 7 years ago
docker pull tomaka/rust-mingw-docker