[Git][ghc/ghc][wip/windows-fixes] gitlab-ci: Drop Windows make job

Ben Gamari gitlab at gitlab.haskell.org
Mon Aug 24 20:27:24 UTC 2020



Ben Gamari pushed to branch wip/windows-fixes at Glasgow Haskell Compiler / GHC


Commits:
e05cc36b by Ben Gamari at 2020-08-24T16:27:16-04:00
gitlab-ci: Drop Windows make job

These are a significant burden on our CI resources and end up failing
quite often due to #18274. Here I drop the make jobs during
validaion; it is now run only during the nightly builds.

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -866,9 +866,6 @@ validate-x86_64-windows-hadrian:
   cache:
     key: "x86_64-windows-$WINDOWS_TOOLCHAIN_VERSION"
 
-validate-x86_64-windows:
-  extends: .build-x86_64-windows-make
-
 nightly-x86_64-windows:
   <<: *nightly
   extends: .build-x86_64-windows-make
@@ -879,13 +876,13 @@ nightly-x86_64-windows:
 # Normal Windows validate builds are profiled; that won't do for releases.
 release-x86_64-windows:
   <<: *release
-  extends: validate-x86_64-windows
+  extends: .build-x86t_64-windows-make
   variables:
     BUILD_FLAVOUR: "perf"
     #
 release-x86_64-windows-integer-simple:
   <<: *release
-  extends: validate-x86_64-windows
+  extends: .build-x86t_64-windows-make
   variables:
     BIGNUM_BACKEND: native
     BUILD_FLAVOUR: "perf"



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e05cc36b123492c0b546bb95cf689fe87af08c5c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e05cc36b123492c0b546bb95cf689fe87af08c5c
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200824/e73516d1/attachment-0001.html>


More information about the ghc-commits mailing list