[Git][ghc/ghc][wip/ci-docs] someone help me
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue Feb 27 12:51:53 UTC 2024
Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC
Commits:
e163bcf2 by Matthew Pickering at 2024-02-27T12:51:46+00:00
someone help me
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -355,11 +355,16 @@ function fetch_sphinx() {
# N.B.
MSYS_*|MINGW*)
pip uninstall -y sphinx
+ which pip
+ pip install -vvv --upgrade "sphinx==$SPHINXBUILD_VERSION"
+ pip show -v sphinx
$PYTHON -m venv $toolchain/.venv-sphinx
- $toolchain/.venv-sphinx/bin/pip.exe uninstall -y sphinx
+ $toolchain/.venv-sphinx/bin/pip uninstall -y sphinx
+ cat $toolchain/.venv-sphinx/bin/pip
+ cat $toolchain/.venv-sphinx/bin/python
info "Building sphinx2 $SPHINXBUILD_VERSION..."
- $toolchain/.venv-sphinx/bin/pip.exe install -vvv --upgrade "sphinx==$SPHINXBUILD_VERSION"
- $toolchain/.venv-sphinx/bin/pip.exe show -v sphinx
+ $toolchain/.venv-sphinx/bin/pip install -vvv --upgrade "sphinx==$SPHINXBUILD_VERSION"
+ $toolchain/.venv-sphinx/bin/pip show -v sphinx
info "Building sphinx3 $SPHINXBUILD_VERSION..."
ls $toolchain/.venv-sphinx
ls $toolchain/.venv-sphinx/lib
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e163bcf2432c4150266d790ef001cf9d8721f364
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e163bcf2432c4150266d790ef001cf9d8721f364
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/6153d5e7/attachment-0001.html>
More information about the ghc-commits
mailing list