[Git][ghc/ghc][wip/romes/hadrian-cross-stage2-rebase_SVEN_FINAL] Fix rebase: settings-use-distro-mingw is now staged
Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FINAL at Glasgow Haskell Compiler / GHC Commits: 565e3e7c by Sven Tennie at 2026-01-17T21:50:56+01:00 Fix rebase: settings-use-distro-mingw is now staged - - - - - 1 changed file: - hadrian/src/Builder.hs Changes: ===================================== hadrian/src/Builder.hs ===================================== @@ -228,10 +228,10 @@ instance H.Builder Builder where -- changes (#18001). _bootGhcVersion <- setting GhcVersion pure [] - Ghc _ _ -> do + Ghc _ stage -> do root <- buildRoot unlitPath <- builderPath Unlit - distro_mingw <- lookupSystemConfig "settings-use-distro-mingw" + distro_mingw <- lookupStageBuildConfig "settings-use-distro-mingw" stage return $ [ unlitPath ] ++ [ root -/- mingwStamp | windowsHost, distro_mingw == "NO" ] View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/565e3e7c82a265704335dd6ac355d6c8... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/565e3e7c82a265704335dd6ac355d6c8... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Sven Tennie (@supersven)