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

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Wed Feb 28 10:52:53 UTC 2024



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


Commits:
ebed6e72 by Matthew Pickering at 2024-02-28T10:52:46+00:00
Attempt

- - - - -


1 changed file:

- hadrian/src/Builder.hs


Changes:

=====================================
hadrian/src/Builder.hs
=====================================
@@ -376,6 +376,9 @@ instance H.Builder Builder where
 
                 Tar _ -> cmd' buildOptions [path] buildArgs
 
+                Sphinx {} ->
+                  cmd' ["perl", path] buildArgs buildOptions
+
                 -- RunTest produces a very large amount of (colorised) output;
                 -- Don't attempt to capture it.
                 Testsuite RunTest -> do



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

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


More information about the ghc-commits mailing list