[Git][ghc/ghc][wip/hadrian-bignum] gitlab-ci: Use hadrian builds for Windows release artifacts

Ben Gamari gitlab at gitlab.haskell.org
Sun Sep 6 22:18:28 UTC 2020



Ben Gamari pushed to branch wip/hadrian-bignum at Glasgow Haskell Compiler / GHC


Commits:
27163005 by Ben Gamari at 2020-09-06T18:18:23-04:00
gitlab-ci: Use hadrian builds for Windows release artifacts

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -856,13 +856,16 @@ validate-x86_64-linux-fedora27:
       - ghc.tar.xz
       - junit.xml
 
-validate-x86_64-windows-hadrian:
+.build-x86_64-windows-hadrian:
   extends: .build-windows-hadrian
   variables:
     MSYSTEM: MINGW64
-    TEST_ENV: "x86_64-windows-hadrian"
+    TEST_ENV: "x86_64-windows"
   cache:
-    key: "x86_64-windows-hadrian-$WINDOWS_TOOLCHAIN_VERSION"
+    key: "x86_64-windows-$WINDOWS_TOOLCHAIN_VERSION"
+
+validate-x86_64-windows-hadrian:
+  extends: .build-x86_64-windows-hadrian
 
 .build-windows-make:
   extends: .build-windows
@@ -906,13 +909,13 @@ nightly-x86_64-windows:
 # Normal Windows validate builds are profiled; that won't do for releases.
 release-x86_64-windows:
   <<: *release
-  extends: .build-x86_64-windows-make
+  extends: .build-x86_64-windows-hadrian
   variables:
     BUILD_FLAVOUR: "perf"
-    #
+
 release-x86_64-windows-integer-simple:
   <<: *release
-  extends: .build-x86_64-windows-make
+  extends: .build-x86_64-windows-hadrian
   variables:
     BIGNUM_BACKEND: native
     BUILD_FLAVOUR: "perf"



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/27163005caa0e1fcdf4ee49eb1da8fc8903d194e
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/20200906/93bb7b41/attachment-0001.html>


More information about the ghc-commits mailing list