[Git][ghc/ghc][wip/ci-docs] 2 commits: debug
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue Feb 27 11:33:18 UTC 2024
Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC
Commits:
991331db by Matthew Pickering at 2024-02-27T11:31:19+00:00
debug
- - - - -
65768ffb by Matthew Pickering at 2024-02-27T11:32:56+00:00
debug
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -216,6 +216,7 @@ function set_toolchain_paths() {
: ${CABAL:=$(which cabal)}
: ${HAPPY:=$(which happy)}
: ${ALEX:=$(which alex)}
+ : ${SPHINXBUILD:=$(which sphinx-build)}
;;
*) fail "bad toolchain_source"
esac
@@ -349,14 +350,16 @@ function fetch_sphinx() {
fi
start_section "fetch sphinx"
+ info "Building sphinx $SPHINXBUILD_VERSION..."
case "$(uname)" in
# N.B.
MSYS_*|MINGW*)
$PYTHON -m venv $toolchain/.venv-sphinx
source $toolchain/.venv-sphinx/activate
- $PIP install -U "sphinx==$SPHINXBUILD_VERSION"
+ pip install -U "sphinx==$SPHINXBUILD_VERSION"
deactivate
ls $toolchain/.venv-sphinx
+ ls $toolchain/.venv-sphinx/bin
;;
esac
end_section "fetch sphinx"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/1028ed002b93bd80f2be78661e2411081d92d317...65768ffb8b1f224e39603b3434142b50299ecc21
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/1028ed002b93bd80f2be78661e2411081d92d317...65768ffb8b1f224e39603b3434142b50299ecc21
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/745781ab/attachment-0001.html>
More information about the ghc-commits
mailing list