summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-03-07 13:15:37 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2022-03-07 13:18:11 +0000
commit69511c23c19668dd1ff3fc1087ec7663258c1c63 (patch)
tree068b57f3e9b98798a572f3e968401f0af296634f
parent0438cc2e62ac112bc0617b7b92a7accd71a33411 (diff)
downloadhaskell-wip/9.2-windows-bindist.tar.gz
-rw-r--r--.gitlab-ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b4d78b7c3..f1759442b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1163,21 +1163,21 @@ nightly-x86_64-windows:
<<: *nightly
extends: .build-x86_64-windows-make
stage: full-build
- variables:
- BUILD_FLAVOUR: "validate"
# Normal Windows validate builds lack profiled libraries; that won't do for
# releases.
release-x86_64-windows:
- <<: *release
- extends: .build-x86_64-windows-hadrian
+ extends:
+ - .build-x86_64-windows-hadrian
+ - .release
variables:
# --skip-perf is incompatible with IGNORE_PERF_FAILURES.
IGNORE_PERF_FAILURES: ""
release-x86_64-windows-integer-simple:
- <<: *release
- extends: .build-x86_64-windows-hadrian
+ extends:
+ - .build-x86_64-windows-hadrian
+ - .release
variables:
BIGNUM_BACKEND: native
BIN_DIST_NAME: "ghc-x86_64-mingw32-unknown-nogmp"