diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-12-10 15:34:27 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-12-10 16:12:07 -0500 |
commit | 3a8f96dcc3cf695bf88dab2cf686306b5e40d853 (patch) | |
tree | 351d29a8906e38df22f395c0827bb8c9510e1d33 | |
parent | d46a72e19e1b508358827e7270139f3273915697 (diff) | |
download | haskell-wip/shrink-build.tar.gz |
gitlab-ci: Move -dwarf and -debug jobs to full-build stagewip/shrink-build
This sacrifices some precision in favor of improving parallelism.
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bf5b24898..d342286320 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -566,7 +566,7 @@ nightly-x86_64-linux-deb9: # N.B. Has DEBUG assertions enabled in stage2 validate-x86_64-linux-deb9-debug: extends: .build-x86_64-linux-deb9 - stage: build + stage: full-build variables: BUILD_FLAVOUR: validate # Ensure that stage2 also has DEBUG enabled @@ -635,7 +635,7 @@ release-x86_64-linux-deb9: validate-x86_64-linux-deb9-dwarf: extends: .build-x86_64-linux-deb9 - stage: build + stage: full-build variables: CONFIGURE_ARGS: "--enable-dwarf-unwind" BUILD_FLAVOUR: dwarf |