diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2021-04-01 11:19:19 +0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-05-25 05:52:02 -0400 |
commit | c4b4b1d746a84f445a03da650f81683a527a319e (patch) | |
tree | 78e7dd73e9d022376ec09b2de2ea20bb14090cc3 /.gitlab-ci.yml | |
parent | f101e019bc2a73f14f9e9083f4210001c359c813 (diff) | |
download | haskell-c4b4b1d746a84f445a03da650f81683a527a319e.tar.gz |
[ci] faster pipeline
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d27be0d969..a5cfd8161d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -274,11 +274,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 @@ -446,7 +445,6 @@ lint-compiler: .build-x86_64-freebsd: stage: full-build extends: .validate - needs: [validate-x86_64-linux-deb9-hadrian] tags: - x86_64-freebsd allow_failure: true @@ -721,7 +719,6 @@ validate-aarch64-darwin: .validate-linux: extends: .validate - needs: [validate-x86_64-linux-deb9-hadrian] tags: - x86_64-linux variables: @@ -1129,7 +1126,6 @@ release-x86_64-linux-fedora27-dwarf: ############################################################ .build-windows: - needs: [validate-x86_64-linux-deb9-hadrian] before_script: - git clean -xdf |