summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-10-21 14:23:12 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-10-29 03:48:20 -0400
commitf868e1fe2964c8611beca69eae24f4ad6b385d36 (patch)
tree71012f87e03ccac967561f912d67c8ea1da370df
parent593f6543d2c9888375d684d46a3d94c63a633c8d (diff)
downloadhaskell-f868e1fe2964c8611beca69eae24f4ad6b385d36.tar.gz
gitlab-ci: Use Hadrian for unregisterised job
-rw-r--r--.gitlab-ci.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e74b8a19d3..62b7a5f744 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -231,6 +231,13 @@ validate-x86_64-linux-deb9-hadrian:
tags:
- x86_64-linux
+validate-x86_64-linux-deb9-unreg-hadrian:
+ extends: validate-x86_64-linux-deb9-hadrian
+ stage: full-build
+ variables:
+ CONFIGURE_ARGS: --enable-unregisterised
+ TEST_ENV: "x86_64-linux-deb9-unreg"
+
hadrian-ghc-in-ghci:
<<: *only-default
stage: quick-build
@@ -594,13 +601,6 @@ nightly-x86_64-linux-deb9-integer-simple:
variables:
- $NIGHTLY
-validate-x86_64-linux-deb9-unreg:
- extends: .build-x86_64-linux-deb9
- stage: full-build
- variables:
- CONFIGURE_ARGS: --enable-unregisterised
- TEST_ENV: "x86_64-linux-deb9-unreg"
-
release-x86_64-linux-deb9-dwarf:
extends: .validate-linux
stage: build