[Git][ghc/ghc][wip/supersven/hadrian-cross-stage3] Enable stage3 bin-dists
Sven Tennie pushed to branch wip/supersven/hadrian-cross-stage3 at Glasgow Haskell Compiler / GHC Commits: 46595cdd by Sven Tennie at 2026-01-24T18:28:31+01:00 Enable stage3 bin-dists - - - - - 1 changed file: - hadrian/src/Rules/BinaryDist.hs Changes: ===================================== hadrian/src/Rules/BinaryDist.hs ===================================== @@ -319,8 +319,8 @@ bindistRules = do buildBinDistDir root cfg phony "binary-dist-dir-cross" $ buildBinDistDir root crossBindist - -- MP: Not working yet - -- phony "binary-dist-dir-stage3" $ buildBinDistDir root targetBindist + + phony "binary-dist-dir-stage3" $ buildBinDistDir root targetBindist let buildBinDist compressor = do win_host <- isWinHost View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/46595cdd566104be9b034a9f3b7b8550... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/46595cdd566104be9b034a9f3b7b8550... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Sven Tennie (@supersven)