summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2021-04-01 11:19:19 +0800
committerMoritz Angermann <moritz.angermann@gmail.com>2021-04-28 17:15:27 +0800
commite61ccdedceb7aba6add22f95bc80a8536bc1554e (patch)
treedfcce6f414001f02d31ce6698b26526c7348a77d
parentc91c8ca9866952fd8fd244fa01da430fe424fb77 (diff)
downloadhaskell-wip/angerman/faster-pipelines-9.2.tar.gz
-rw-r--r--.gitlab-ci.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c29d52b3e9..a5e3c46d22 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -273,11 +273,10 @@ stack-hadrian-build:
validate-x86_64-linux-deb9-hadrian:
extends: .validate-linux-hadrian
- stage: quick-build
+ stage: full-build
validate-x86_64-linux-deb9-unreg-hadrian:
extends: .validate-linux-hadrian
- needs: [validate-x86_64-linux-deb9-hadrian]
stage: full-build
variables:
CONFIGURE_ARGS: --enable-unregisterised
@@ -436,7 +435,6 @@ lint-base:
.build-x86_64-freebsd:
stage: full-build
extends: .validate
- needs: [validate-x86_64-linux-deb9-hadrian]
tags:
- x86_64-freebsd
allow_failure: true
@@ -695,7 +693,6 @@ validate-aarch64-darwin:
# Disabled because of OS X CI capacity
.validate-x86_64-darwin-hadrian:
stage: full-build
- needs: [validate-x86_64-linux-deb9-hadrian]
tags:
- x86_64-darwin
variables:
@@ -728,7 +725,6 @@ validate-aarch64-darwin:
.validate-linux:
extends: .validate
- needs: [validate-x86_64-linux-deb9-hadrian]
tags:
- x86_64-linux
variables:
@@ -1125,7 +1121,6 @@ release-x86_64-linux-fedora27-dwarf:
############################################################
.build-windows:
- needs: [validate-x86_64-linux-deb9-hadrian]
before_script:
- git clean -xdf