[Git][ghc/ghc][wip/ci-docs] debug
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue Feb 27 12:05:29 UTC 2024
Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC
Commits:
8c39cb76 by Matthew Pickering at 2024-02-27T12:05:23+00:00
debug
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -356,8 +356,10 @@ function fetch_sphinx() {
MSYS_*|MINGW*)
$PYTHON -m venv $toolchain/.venv-sphinx
source $toolchain/.venv-sphinx/bin/activate
- $toolchain/.venv-sphinx/bin/pip.exe install -v --force-reinstall "sphinx==$SPHINXBUILD_VERSION"
+ info "Building sphinx2 $SPHINXBUILD_VERSION..."
+ $toolchain/.venv-sphinx/bin/pip.exe install -v --upgrade --force-reinstall "sphinx==$SPHINXBUILD_VERSION"
$toolchain/.venv-sphinx/bin/pip.exe show -v sphinx
+ info "Building sphinx3 $SPHINXBUILD_VERSION..."
deactivate
ls $toolchain/.venv-sphinx
ls $toolchain/.venv-sphinx/lib
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8c39cb767b9f7f09e97a5e62e600ee49c29d2eee
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8c39cb767b9f7f09e97a5e62e600ee49c29d2eee
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/20240227/5df26ad5/attachment.html>
More information about the ghc-commits
mailing list