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

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Wed Feb 28 09:13:24 UTC 2024



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


Commits:
1e0a1f76 by Matthew Pickering at 2024-02-28T09:13:16+00:00
test

- - - - -


1 changed file:

- .gitlab/ci.sh


Changes:

=====================================
.gitlab/ci.sh
=====================================
@@ -192,7 +192,7 @@ function set_toolchain_paths() {
       CABAL="$toolchain/bin/cabal$exe"
       HAPPY="$toolchain/bin/happy$exe"
       ALEX="$toolchain/bin/alex$exe"
-      SPHINXBUILD="$toolchain/sphinx/bin/sphinx-build"
+      SPHINXBUILD="$toolchain/sphinx/bin/sphinx-build$exe"
       PYTHONPATH="$toolchain/sphinx"
       export PYTHONPATH
       if [ "$(uname)" = "FreeBSD" ]; then
@@ -358,6 +358,7 @@ function fetch_sphinx() {
         MSYS_*|MINGW*)
           pip uninstall -y sphinx
           pip install -v --target=$toolchain/sphinx --upgrade "sphinx==$SPHINXBUILD_VERSION"
+          cp $toolchain/sphinx/bin/sphinx-build $toolchain/sphinx/bin/sphinx-build.exe
 #          $PYTHON -m venv $toolchain/.venv-sphinx
 #          $toolchain/.venv-sphinx/bin/pip uninstall -y sphinx
 #          cat $toolchain/.venv-sphinx/bin/pip



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1e0a1f76f32eb1038ca43a2c2f3a355b414b6ef8
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/41735eb4/attachment-0001.html>


More information about the ghc-commits mailing list