[Git][ghc/ghc][wip/ci-docs] fixes?
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue Feb 27 11:48:39 UTC 2024
Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC
Commits:
b62d1c75 by Matthew Pickering at 2024-02-27T11:48:32+00:00
fixes?
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -192,7 +192,7 @@ function set_toolchain_paths() {
CABAL="$toolchain/bin/cabal$exe"
HAPPY="$toolchain/bin/happy$exe"
ALEX="$toolchain/bin/alex$exe"
- SPHINXBUILD="$toolchain/bin/sphinx-build$exe"
+ SPHINXBUILD="$toolchain/.venv-sphinx/bin/sphinx-build$exe"
if [ "$(uname)" = "FreeBSD" ]; then
GHC=/usr/local/bin/ghc
fi
@@ -357,9 +357,9 @@ function fetch_sphinx() {
$PYTHON -m venv $toolchain/.venv-sphinx
cat $toolchain/.venv-sphinx/bin/activate
source $toolchain/.venv-sphinx/bin/activate
- pip install -U "sphinx==$SPHINXBUILD_VERSION"
- deactivate
+ pip install --force-reinstall "sphinx==$SPHINXBUILD_VERSION"
ls $toolchain/.venv-sphinx
+ ls $toolchain/.venv-sphinx/lib
ls $toolchain/.venv-sphinx/bin
;;
esac
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b62d1c757630aeb632cd317bb47cfdd45de6c5ab
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b62d1c757630aeb632cd317bb47cfdd45de6c5ab
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/808bcf29/attachment-0001.html>
More information about the ghc-commits
mailing list