[commit: ghc] wip/validate-ci: Use validate flavour rather than devel2 for DEBUG CI job (a72b7ff)

git at git.haskell.org git at git.haskell.org
Thu Feb 21 15:12:54 UTC 2019


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

On branch  : wip/validate-ci
Link       : http://ghc.haskell.org/trac/ghc/changeset/a72b7ff8361f4b618548aea3d10a9af92b3b8fdb/ghc

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

commit a72b7ff8361f4b618548aea3d10a9af92b3b8fdb
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


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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33d96d8..28a5552 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