[commit: ghc] wip/gitlab-registry, wip/over-poly-kinds: Use validate flavour rather than devel2 for DEBUG CI job (44ad721)

git at git.haskell.org git at git.haskell.org
Sat Feb 23 19:22:35 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branches: wip/gitlab-registry,wip/over-poly-kinds
Link       : http://ghc.haskell.org/trac/ghc/changeset/44ad7215a11cb49651233646c30ced9eb72eaad2/ghc

>---------------------------------------------------------------

commit 44ad7215a11cb49651233646c30ced9eb72eaad2
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Wed Feb 20 20:42:13 2019 +0000

    Use validate flavour rather than devel2 for DEBUG CI job
    
    This also builds stage2 with optimisations and -dcore-lint


>---------------------------------------------------------------

44ad7215a11cb49651233646c30ced9eb72eaad2
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6ac6100..2b3580f 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



More information about the ghc-commits mailing list