[Git][ghc/ghc][wip/ci-docs] testing
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Wed Feb 28 14:48:56 UTC 2024
Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC
Commits:
bd47d65f by Matthew Pickering at 2024-02-28T14:48:45+00:00
testing
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -140,6 +140,8 @@ function mingw_init() {
fail "win32-init: Unknown MSYSTEM $MSYSTEM"
;;
esac
+ which python
+ which pip
# Bring mingw toolchain into PATH.
# This is extracted from /etc/profile since this script inexplicably fails to
@@ -151,6 +153,7 @@ function mingw_init() {
# We always use mingw64 Python to avoid path length issues like #17483.
ls /mingw64/bin/
+ /mingw64/bin/sphinx-build.exe --version
export PYTHON="/mingw64/bin/python3"
export PIP="/mingw64/bin/pip"
}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bd47d65f8426e0b0f5ed9d190cfb50ecebeddc7f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bd47d65f8426e0b0f5ed9d190cfb50ecebeddc7f
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/6d829f26/attachment-0001.html>
More information about the ghc-commits
mailing list