[Git][ghc/ghc][wip/ci-docs] please edsko
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue Feb 27 12:45:51 UTC 2024
Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC
Commits:
d0a83acd by Matthew Pickering at 2024-02-27T12:45:43+00:00
please edsko
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -356,13 +356,11 @@ function fetch_sphinx() {
MSYS_*|MINGW*)
pip uninstall -y sphinx
$PYTHON -m venv $toolchain/.venv-sphinx
- source $toolchain/.venv-sphinx/bin/activate
- pip uninstall -y sphinx
+ $toolchain/.venv-sphinx/bin/pip.exe uninstall -y sphinx
info "Building sphinx2 $SPHINXBUILD_VERSION..."
- pip install -vvv --upgrade "sphinx==$SPHINXBUILD_VERSION"
- pip show -v sphinx
+ $toolchain/.venv-sphinx/bin/pip.exe install -vvv --upgrade "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
ls $toolchain/.venv-sphinx/bin
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d0a83acdce4408ebbd5b5348733e343e147621a0
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d0a83acdce4408ebbd5b5348733e343e147621a0
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/66cd3218/attachment-0001.html>
More information about the ghc-commits
mailing list