Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide a Docker image for target x86_64-pc-windows-msvc #487

Closed
rustbomber opened this issue Nov 17, 2020 · 3 comments
Closed

provide a Docker image for target x86_64-pc-windows-msvc #487

rustbomber opened this issue Nov 17, 2020 · 3 comments

Comments

@rustbomber
Copy link

rustbomber commented Nov 17, 2020

Please provide x86_64-pc-windows-msvc image.

@PaulRBerg
Copy link

Perhaps a duplicate of #238.

@Alexhuszagh
Copy link
Contributor

We now have Dockerfiles for MSVC targets, however, we're unable to distribute the built images. The Dockerfiles do not need any external dependencies, and can be built with:

git clone https://github.com/cross-rs/cross
cd cross
git submodule update --init --remote
cargo build-docker-image x86_64-pc-windows-msvc-cross

They use WINE to run the MSVC toolchain, so they may not be perfect with all build systems, but for pure Rust crates and those with a simple Makefile/CMake/Meson build system.

@rustbomber
Copy link
Author

We now have Dockerfiles for MSVC targets, however, we're unable to distribute the built images. The Dockerfiles do not need any external dependencies, and can be built with:

git clone https://github.com/cross-rs/cross
cd cross
git submodule update --init --remote
cargo build-docker-image x86_64-pc-windows-msvc-cross

They use WINE to run the MSVC toolchain, so they may not be perfect with all build systems, but for pure Rust crates and those with a simple Makefile/CMake/Meson build system.

Thank you for your reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants