[commit: ghc] wip/fix-windows-ci, wip/revert-windows-big-pe: XXX: gitlab-ci: Always build Windows (dc20f82)
git at git.haskell.org
git at git.haskell.org
Thu Dec 27 17:01:00 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branches: wip/fix-windows-ci,wip/revert-windows-big-pe
Link : http://ghc.haskell.org/trac/ghc/changeset/dc20f82cfa836092be630a6403845d442a93d641/ghc
>---------------------------------------------------------------
commit dc20f82cfa836092be630a6403845d442a93d641
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Dec 25 22:14:51 2018 -0500
XXX: gitlab-ci: Always build Windows
>---------------------------------------------------------------
dc20f82cfa836092be630a6403845d442a93d641
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87a5333..06d7589 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -351,7 +351,7 @@ validate-x86_64-windows-hadrian:
validate-x86_64-windows:
extends: .validate-windows
- stage: full-build
+ stage: build
# due to #16084
allow_failure: true
variables:
More information about the ghc-commits
mailing list