[Git][ghc/ghc][wip/fix-multi-repl] 2 commits: update containers submodule

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Wed Sep 28 12:16:09 UTC 2022



Matthew Pickering pushed to branch wip/fix-multi-repl at Glasgow Haskell Compiler / GHC


Commits:
f19d7a98 by Matthew Pickering at 2022-09-28T12:02:01+01:00
update containers submodule

- - - - -
0f62bc7c by Matthew Pickering at 2022-09-28T13:15:45+01:00
Fix

- - - - -


2 changed files:

- .gitlab-ci.yml
- libraries/containers


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -403,9 +403,12 @@ hadrian-multi:
       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)
     # 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:


=====================================
libraries/containers
=====================================
@@ -1 +1 @@
-Subproject commit 5e338df84454b56d649360a57d2c186785aff2b4
+Subproject commit fb8148e40d9f6487fe26340f21ab2ed2935a01ce



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/6eba312abef88f49da7f7d2dd4241e5f6b12ca2c...0f62bc7cf7c816a08fe58e96f22bf7ffce2d9aab

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/6eba312abef88f49da7f7d2dd4241e5f6b12ca2c...0f62bc7cf7c816a08fe58e96f22bf7ffce2d9aab
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/b6ae1749/attachment.html>


More information about the ghc-commits mailing list