Sign inSign up

mersinvald/rust-mingw-docker

By mersinvald

•Updated about 7 years ago

Docker image to built & test Rust projects using mingw64 & wine

Image
0

840

mersinvald/rust-mingw-docker repository overview

A Docker image based on Ubuntu that contains MinGW, rustup, Rust, Cargo and Wine. Based on the official Ubuntu image and rustup, so it automatically updates through rustup.

Cargo is able to build and run binaries for the x86_86-pc-windows-gnu and i686-pc-windows-gnu targets.

⁠Example

docker pull mersinvald/rust-mingw-docker

docker run --rm -it -v `pwd`:/usr/code -w /usr/code mersinvald/rust-mingw-docker
cargo test --target x86_86-pc-windows-gnu
cargo test --target i686-pc-windows-gnu
⁠Acknowledgement

Kudos to Tomaka⁠ for building the original image.

Tag summary

Content type

Image

Digest

Size

998.9 MB

Last updated

about 7 years ago

docker pull mersinvald/rust-mingw-docker