Skip to content

Hadrian: Invoke ghc0 via bash when running tests to fix #17362.

Andreas Klebinger requested to merge wip/andreask/hadrian_ghc0_via_bash into master

Hadrian: Invoke ghc0 via bash when running tests to fix #17362 (closed).

cmd uses RawCommand which uses Windows semantics to find the executable
which sometimes seems to fail for unclear reasons.

If we invoke ghc via bash then bash will find the ghc executable and
the issue goes away.

Merge request reports