[Git][ghc/ghc][wip/fix-multi-repl] fix
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Wed Sep 28 15:14:32 UTC 2022
Matthew Pickering pushed to branch wip/fix-multi-repl at Glasgow Haskell Compiler / GHC
Commits:
912c3038 by Matthew Pickering at 2022-09-28T16:14:23+01:00
fix
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -401,14 +401,13 @@ hadrian-multi:
make install
popd
rm -Rf tmp
- - export BOOT_HC=$(which ghc)
- export HC=$root/bin/ghc
# This GHC means, use this GHC to configure with
- export GHC=$root/bin/ghc
- .gitlab/ci.sh setup
- .gitlab/ci.sh configure
# Now GHC means, use this GHC for hadrian
- - export GHC=$(which ghc)
+ - unset GHC
# Load hadrian-multi then immediately exit and check the modules loaded
- echo ":q" | hadrian/ghci-multi -j`mk/detect-cpu-count.sh`| tail -n2 | grep "Ok,"
after_script:
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/912c3038690c7bba71cc1a85fa286cbbdabb9624
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/912c3038690c7bba71cc1a85fa286cbbdabb9624
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/20220928/32c80bd4/attachment-0001.html>
More information about the ghc-commits
mailing list