[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:45:12 UTC 2020
Ben Gamari pushed to branch wip/backports-9.0 at Glasgow Haskell Compiler / GHC
Commits:
b6ce92a8 by Ben Gamari at 2020-11-29T20:44:58-05:00
gitlab-ci: Use ci.sh to configure the ghci job
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -299,12 +299,11 @@ hadrian-ghc-in-ghci:
tags:
- x86_64-linux
script:
+ - git clean -xdf && git submodule foreach git clean -xdf
- .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/b6ce92a8d47ce8e3fef5c202cf9e4afe5cd0fe42
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b6ce92a8d47ce8e3fef5c202cf9e4afe5cd0fe42
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/0444ae7f/attachment-0001.html>
More information about the ghc-commits
mailing list