[Git][ghc/ghc][wip/fix-multi-repl] fix boot_hc
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Fri Sep 30 15:29:15 UTC 2022
Matthew Pickering pushed to branch wip/fix-multi-repl at Glasgow Haskell Compiler / GHC
Commits:
7de361f2 by Matthew Pickering at 2022-09-30T16:29:05+01:00
fix boot_hc
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -391,6 +391,7 @@ hadrian-multi:
tags:
- x86_64-linux
script:
+ - export BOOT_HC=$GHC
- root=$(pwd)/ghc
- ls
- |
@@ -407,7 +408,7 @@ hadrian-multi:
- .gitlab/ci.sh setup
- .gitlab/ci.sh configure
# Now GHC means, use this GHC for hadrian
- - unset GHC
+ - export GHC=$BOOT_HC
# 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/7de361f29fbfeb94d3f284406e5a63546edc5609
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7de361f29fbfeb94d3f284406e5a63546edc5609
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/20220930/a900517c/attachment.html>
More information about the ghc-commits
mailing list