Bug 1447414 Disable the MinGW Build on TC r?dustin draft
authorTom Ritter <tom@mozilla.com>
Tue, 20 Mar 2018 13:56:16 -0500
changeset 770598 7c0112d61c01e38359bb5c32ed5b124f773bd8ca
parent 770502 e636edf00e6fbdc3206c9df4a1548ae38b3d13fa
push id103446
push userbmo:tom@mozilla.com
push dateWed, 21 Mar 2018 15:43:03 +0000
reviewersdustin
bugs1447414
milestone61.0a1
Bug 1447414 Disable the MinGW Build on TC r?dustin In Bug 1447414 we're going to break the MinGW build. In this commit we disable it pre-emptively but leave it available for people to run manually. MozReview-Commit-ID: 9G9RSjYRn5z
taskcluster/ci/build/windows.yml
--- a/taskcluster/ci/build/windows.yml
+++ b/taskcluster/ci/build/windows.yml
@@ -657,16 +657,17 @@ win32-mingw32/opt:
     run:
         using: mozharness
         actions: [build]
         script: mozharness/scripts/fx_desktop_build.py
         config:
             - builds/releng_base_firefox.py
             - builds/releng_base_windows_32_mingw_builds.py
         need-xvfb: false
+    run-on-projects: []
     toolchains:
         - mingw32-rust
         - linux64-upx
         - linux64-wine
         - linux64-sccache
         - linux64-mingw32-gcc
         - linux64-mingw32-nsis
         - linux64-mingw32-fxc2
@@ -690,16 +691,17 @@ win32-mingw32/debug:
         using: mozharness
         actions: [build]
         script: mozharness/scripts/fx_desktop_build.py
         config:
             - builds/releng_base_firefox.py
             - builds/releng_base_windows_32_mingw_builds.py
             - builds/releng_sub_windows_configs/32_mingw_debug.py
         need-xvfb: false
+    run-on-projects: []
     toolchains:
         - mingw32-rust
         - linux64-upx
         - linux64-wine
         - linux64-sccache
         - linux64-mingw32-gcc
         - linux64-mingw32-nsis
         - linux64-mingw32-fxc2