[Git][ghc/ghc][wip/ci-docs] pip just seems broken

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Tue Feb 27 13:00:50 UTC 2024



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


Commits:
6945ecf1 by Matthew Pickering at 2024-02-27T13:00:42+00:00
pip just seems broken

- - - - -


1 changed file:

- .gitlab/ci.sh


Changes:

=====================================
.gitlab/ci.sh
=====================================
@@ -356,19 +356,19 @@ function fetch_sphinx() {
         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 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 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
-          ls $toolchain/.venv-sphinx/bin
+          pip install -v --target=$toolchain/sphinx --upgrade "sphinx==$SPHINXBUILD_VERSION"
+          ls $toolchain/sphinx
+#          $PYTHON -m venv $toolchain/.venv-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 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
+#          ls $toolchain/.venv-sphinx/bin
           ;;
       esac
       end_section "fetch sphinx"



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6945ecf1a0219782d5236dc49f24946864581038

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6945ecf1a0219782d5236dc49f24946864581038
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/d5a0b474/attachment-0001.html>


More information about the ghc-commits mailing list