rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
69 stars 89 forks source link

[WIP] Add a Docker image for Windows builds #5

Closed ecstatic-morse closed 5 years ago

ecstatic-morse commented 5 years ago

This is a first step to add Windows support to crater.

I've tested this on an Azure VM, and can install and build a simple rust library. However, building larger projects has not yet been tested, and crater runs do not yet work on Windows containers due to some issues with paths.

I think ultimately this repository should be split into a linux and windows directory, each with their respective containers. A more pressing issue is to get the ci scripts working and change the appveyor configuration if possible.

pietroalbini commented 5 years ago

Thank you! This looks great!

I'll setup AppVeyor on this repository so you can add automatic publishing for the image.

pietroalbini commented 5 years ago

AppVeyor is enabled for this repo.