Magnus pushed to branch wip/mangoiv/ci-stages at Glasgow Haskell Compiler / GHC Commits: 6b2e4fec by mangoiv at 2026-08-14T14:02:35+02:00 fix: out of tree compiler does not imply no hadrian being available - - - - - 1 changed file: - testsuite/driver/testlib.py Changes: ===================================== testsuite/driver/testlib.py ===================================== @@ -1710,8 +1710,8 @@ async def test_common_work(name: TestName, opts, # Skip tests which require hadrian dependencies if we are testing # an out-of-tree compiler as Hadrian is unavailable. See #13897. - if not config.in_tree_compiler and getTestOpts().hadrian_deps - {'test:ghc'}: - do_ways = [] + # if not config.in_tree_compiler and getTestOpts().hadrian_deps - {'test:ghc'}: + # do_ways = [] # Run the required tests... for way in do_ways: View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6b2e4fecfd6fe16b463e882357e6c024... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6b2e4fecfd6fe16b463e882357e6c024... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help