[Git][ghc/ghc][wip/ci-docs] testing

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Wed Feb 28 15:15:46 UTC 2024



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


Commits:
0c126060 by Matthew Pickering at 2024-02-28T15:15:37+00:00
testing

- - - - -


1 changed file:

- hadrian/src/Builder.hs


Changes:

=====================================
hadrian/src/Builder.hs
=====================================
@@ -377,7 +377,7 @@ instance H.Builder Builder where
 
                 Tar _ -> cmd' buildOptions [path] buildArgs
 
-                Sphinx {} -> do
+{-                Sphinx {} -> do
                   let unpack = fromMaybe . error $ "Cannot find path to builder "
                                 ++ quote "sphinx-build"  ++ " Did you skip configure?"
                   path <- unpack <$> lookupValue configFile "sphinx-build"
@@ -386,6 +386,7 @@ instance H.Builder Builder where
                   liftIO (print (convertWindowsPath <$> mpp))
 
                   cmd' ["perl", path] [AddEnv "PYTHONPATH" (convertWindowsPath pp) |  Just pp <- [mpp]] (map convertWindowsPath buildArgs) buildOptions
+                  -}
 
                 -- RunTest produces a very large amount of (colorised) output;
                 -- Don't attempt to capture it.



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0c126060d4cfad94c91d0fee5e30b45e9a960245

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0c126060d4cfad94c91d0fee5e30b45e9a960245
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/5c512852/attachment.html>


More information about the ghc-commits mailing list