Re: [dev-servo] Proposal: remove testing of and support for MinGW builds

2017-03-17 Thread Jack Moffitt
I don't think this removal will affect much in the current Quantum plans. rustc itself is not removing the mingw target, so individual pieces will probably still work. We don't really have the resources to keep this alive longer than necessary, and it mostly affects bootstrapping and the final bina

Re: [dev-servo] Proposal: remove testing of and support for MinGW builds

2017-03-17 Thread tritter
So we are actively working on https://bugzilla.mozilla.org/show_bug.cgi?id=1330608 - the phase 1 of this bug is getting a mingw build into TaskCluster. I am cleaning up the build breaks from this and once I'm done I'll be integrating it into TC. If I understand Servo/Stylo correctly, it sounds

Re: [dev-servo] Proposal: remove testing of and support for MinGW builds

2017-03-17 Thread Anthony Ramine
KILL IT > Le 16 mars 2017 à 15:30, Lars Bergstrom a écrit : > > Opinions? ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

[dev-servo] Proposal: remove testing of and support for MinGW builds

2017-03-16 Thread Lars Bergstrom
Servo used the excellent MinGW toolchain to quickly stand up Servo builds on Windows and to provide us with Windows debugging support while the MSVC Rust toolchain was not yet ready. Now that the native MSVC is working well, we would like to remove testing of and support for those MinGW builds. Mi