summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2019-02-20 20:42:13 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2019-02-22 06:56:08 +0000
commit44ad7215a11cb49651233646c30ced9eb72eaad2 (patch)
treebaf468623f7989ca4374afff3582d1586add3dff
parentc25b135ff5b9c69a90df0ccf51b04952c2dc6ee1 (diff)
downloadhaskell-44ad7215a11cb49651233646c30ced9eb72eaad2.tar.gz
Use validate flavour rather than devel2 for DEBUG CI job
This also builds stage2 with optimisations and -dcore-lint
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ac6100191..2b3580fa38 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -239,7 +239,7 @@ validate-x86_64-linux-deb9-debug:
stage: build
image: ghcci/x86_64-linux-deb9:0.2
variables:
- BUILD_FLAVOUR: devel2
+ BUILD_FLAVOUR: validate
TEST_ENV: "x86_64-linux-deb9-debug"
cache:
key: linux-x86_64-deb9