[Git][ghc/ghc][wip/ci-docs] we get ever closer

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Wed Feb 28 12:25:18 UTC 2024



Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC


Commits:
6a8efd69 by Matthew Pickering at 2024-02-28T12:24:59+00:00
we get ever closer

- - - - -


1 changed file:

- hadrian/src/Builder.hs


Changes:

=====================================
hadrian/src/Builder.hs
=====================================
@@ -394,7 +394,7 @@ instance H.Builder Builder where
                   when (code /= ExitSuccess) $ do
                     fail "tests failed"
 
-                _  -> cmd' [path] buildArgs buildOptions
+                _  -> cmd' [path] (map convertWindowsPath buildArgs) (map convertWindowsPath buildOptions)
 
 convertWindowsPath :: FilePath -> FilePath
 convertWindowsPath (';':fp) = ':' : convertWindowsPath fp



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6a8efd698f572d2815885edbcd34bebf9905db1c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6a8efd698f572d2815885edbcd34bebf9905db1c
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/20240228/93ec19a8/attachment.html>


More information about the ghc-commits mailing list