[Git][ghc/ghc][wip/andreask/ci_validate] Use validate flavour for all CI builds

Andreas Klebinger gitlab at gitlab.haskell.org
Tue Nov 17 13:07:46 UTC 2020



Andreas Klebinger pushed to branch wip/andreask/ci_validate at Glasgow Haskell Compiler / GHC


Commits:
78d9f2ef by Andreas Klebinger at 2020-11-17T14:06:32+01:00
Use validate flavour for all CI builds

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -442,7 +442,7 @@ validate-x86_64-darwin:
     LANG: "en_US.UTF-8"
     CONFIGURE_ARGS: "--with-intree-gmp"
     TEST_ENV: "x86_64-darwin"
-    BUILD_FLAVOUR: "perf"
+    BUILD_FLAVOUR: "validate"
   after_script:
     - cp -Rf $HOME/.cabal cabal-cache
     - .gitlab/ci.sh clean
@@ -493,7 +493,7 @@ validate-x86_64-darwin:
   tags:
     - x86_64-linux
   variables:
-    BUILD_FLAVOUR: "perf"
+    BUILD_FLAVOUR: "validate"
   before_script:
       # Build hyperlinked sources for documentation when building releases
     - |



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/78d9f2ef6e1838f268dae9a2828c7d5665d5204a

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/78d9f2ef6e1838f268dae9a2828c7d5665d5204a
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20201117/9818dfa9/attachment.html>


More information about the ghc-commits mailing list