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

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Wed Feb 28 20:50:16 UTC 2024



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


Commits:
7d62d97f by Matthew Pickering at 2024-02-28T20:50:08+00:00
try

- - - - -


1 changed file:

- .gitlab/ci.sh


Changes:

=====================================
.gitlab/ci.sh
=====================================
@@ -151,6 +151,8 @@ function mingw_init() {
 
   # We always use mingw64 Python to avoid path length issues like #17483.
   export PYTHON="/mingw64/bin/python3"
+  # On the other hand, we need to use the system sphinx-build.exe as that's a "proper executable".
+  export SPHINXBUILD="/usr/bin/sphinx-build.exe"
 }
 
 # This will contain GHC's local native toolchain



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7d62d97fc17ecc82ab7456e21843b5c8842d20ff
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/505fd2b8/attachment-0001.html>


More information about the ghc-commits mailing list