[commit: ghc] master: gitlab-ci: Allow Windows to fail for now (bb06c6b)

git at git.haskell.org git at git.haskell.org
Tue Dec 25 21:58:59 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/bb06c6b12c4a24c049fa8fbc9c470f12d625ca18/ghc

>---------------------------------------------------------------

commit bb06c6b12c4a24c049fa8fbc9c470f12d625ca18
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Dec 25 16:54:25 2018 -0500

    gitlab-ci: Allow Windows to fail for now
    
    While we sort out #16084.


>---------------------------------------------------------------

bb06c6b12c4a24c049fa8fbc9c470f12d625ca18
 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e471d99..6d8276f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -328,11 +328,11 @@ validate-x86_64-linux-deb9-unreg:
 validate-x86_64-windows-hadrian:
   extends: .validate-windows
   stage: full-build
+  # due to #16073
+  allow_failure: true
   variables:
     GHC_VERSION: "8.6.2"
     LANG: "en_US.UTF-8"
-  # due to #16073
-  allow_failure: true
   script:
     - |
       set MSYSTEM=MINGW64
@@ -352,6 +352,8 @@ validate-x86_64-windows-hadrian:
 validate-x86_64-windows:
   extends: .validate-windows
   stage: full-build
+  # due to #16084
+  allow_failure: true
   variables:
     GHC_VERSION: "8.6.2"
     LANG: "en_US.UTF-8"



More information about the ghc-commits mailing list