[Git][ghc/ghc][wip/backports-9.0] gitlab-ci: Use ci.sh to configure the ghci job

Ben Gamari gitlab at gitlab.haskell.org
Mon Nov 30 01:34:51 UTC 2020



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


Commits:
ecb8aabe by Ben Gamari at 2020-11-29T20:34:22-05:00
gitlab-ci: Use ci.sh to configure the ghci job

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -300,11 +300,10 @@ hadrian-ghc-in-ghci:
     - x86_64-linux
   script:
     - .gitlab/ci.sh setup
+    - .gitlab/ci.sh configure
     - cabal update
     - cd hadrian; cabal new-build -j`../mk/detect-cpu-count.sh` --with-compiler=$GHC --project-file=ci.project; cd ..
     - git clean -xdf && git submodule foreach git clean -xdf
-    - ./boot
-    - ./configure $CONFIGURE_ARGS
     # Load ghc-in-ghci then immediately exit and check the modules loaded
     - echo ":q" | hadrian/ghci -j`mk/detect-cpu-count.sh`| tail -n2 | grep "Ok,"
   after_script:



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ecb8aabef9e141f4c4030090799055936863797e
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/e3e3c332/attachment.html>


More information about the ghc-commits mailing list