[Git][ghc/ghc][wip/hadrian-ghci-multi] ci: Try using multi repl in ghc-in-ghci test
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Mon Mar 4 13:45:01 UTC 2024
Matthew Pickering pushed to branch wip/hadrian-ghci-multi at Glasgow Haskell Compiler / GHC
Commits:
e196f1f0 by Matthew Pickering at 2024-03-04T13:44:54+00:00
ci: Try using multi repl in ghc-in-ghci test
This should be quite a bit faster than the ./hadrian/ghci command as it
doesn't properly build all the dependencies.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -401,7 +401,7 @@ hadrian-ghc-in-ghci:
- "echo ' ghc-options: -Werror' >> hadrian/cabal.project.local"
# Load ghc-in-ghci then immediately exit and check the modules loaded
- export CORES="$(mk/detect-cpu-count.sh)"
- - echo ":q" | HADRIAN_ARGS=-j$CORES hadrian/ghci -j$CORES | tail -n2 | grep "Ok,"
+ - echo ":q" | HADRIAN_ARGS=-j$CORES hadrian/ghci-multi -j$CORES -Wno-error=deprecations | tail -n2 | grep "Ok,"
after_script:
- .gitlab/ci.sh save_cache
- cat ci-timings
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e196f1f02163d055db784048a5727dbf01c68f0f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e196f1f02163d055db784048a5727dbf01c68f0f
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/20240304/2ac11a46/attachment.html>
More information about the ghc-commits
mailing list