summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-04-06 15:11:00 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2022-04-06 15:11:00 +0000
commit2b5fcc1888e195702aae9c0c7d1968a4d908a794 (patch)
treef2beb8b344ba76b5bd2c40312615471a5170ef9a
parent3c4f6735f721fa84b4d98987ec0f12ea898c51bc (diff)
downloadhaskell-wip/ghc-9.2-windows-bindist.tar.gz
Update .gitlab-ci.yml filewip/ghc-9.2-windows-bindist
-rw-r--r--.gitlab-ci.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 58280917fb..417e327431 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -81,7 +81,7 @@ workflow:
XZ_OPT: "-9"
rules:
- if: $NIGHTLY
- artifact:
+ artifacts:
when: always
expire_in: 8 weeks
@@ -1168,8 +1168,9 @@ validate-x86_64-windows-hadrian:
key: "x86_64-windows-$CACHE_REV"
nightly-x86_64-windows:
- <<: *nightly
- extends: .build-x86_64-windows-make
+ extends:
+ - .nightly
+ - .build-x86_64-windows-make
stage: full-build
variables:
BUILD_FLAVOUR: "validate"
@@ -1179,6 +1180,9 @@ nightly-x86_64-windows:
release-x86_64-windows:
<<: *release
extends: .build-x86_64-windows-hadrian
+ variables:
+ IGNORE_PERF_FAILURES: ""
+ BUILD_FLAVOUR: "perf"
release-x86_64-windows-integer-simple:
<<: *release
@@ -1188,6 +1192,7 @@ release-x86_64-windows-integer-simple:
BIN_DIST_NAME: "ghc-x86_64-mingw32-unknown-nogmp"
# --skip-perf is incompatible with IGNORE_PERF_FAILURES.
IGNORE_PERF_FAILURES: ""
+ BUILD_FLAVOUR: "perf"
############################################################