[Git][ghc/ghc][wip/backports-9.0] gitlab-ci: Fix it

Ben Gamari gitlab at gitlab.haskell.org
Mon Nov 30 02:07:32 UTC 2020



Ben Gamari pushed to branch wip/backports-9.0 at Glasgow Haskell Compiler / GHC


Commits:
ddb67503 by Ben Gamari at 2020-11-29T21:07:25-05:00
gitlab-ci: Fix it

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -344,9 +344,13 @@ hadrian-ghc-in-ghci:
 
 lint-base:
   extends: .lint-params
+  variables:
+    BUILD_FLAVOUR: default
   script:
-    - hadrian/build -c -j stage1:lib:base
-    - hadrian/build -j lint:base
+    - .gitlab/ci.sh setup
+    - .gitlab/ci.sh configure
+    - HADRIAN_ARGS="-c stage1:lib:base" .gitlab/ci.sh build_hadrian
+    - HADRIAN_ARGS="lint:base" .gitlab/ci.sh build_hadrian
 
 ############################################################
 # Validation via Pipelines (make)



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ddb6750323defb7422451d37373063d4cc1ea229
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/20201129/0d6733ed/attachment-0001.html>


More information about the ghc-commits mailing list