[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:19:01 UTC 2020
Ben Gamari pushed to branch wip/hadrian-bignum at Glasgow Haskell Compiler / GHC
Commits:
b03c54e8 by Ben Gamari at 2020-09-06T18:18:56-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
@@ -903,16 +906,17 @@ nightly-x86_64-windows:
variables:
BUILD_FLAVOUR: "validate"
-# Normal Windows validate builds are profiled; that won't do for releases.
+# Normal Windows validate builds lack profiled libraries; 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/b03c54e8ffa4396f29512cc45e952b9ebb371e71
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b03c54e8ffa4396f29512cc45e952b9ebb371e71
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/583305eb/attachment-0001.html>
More information about the ghc-commits
mailing list