[Git][ghc/ghc][wip/ci-docs] testing
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Wed Feb 28 10:10:48 UTC 2024
Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC
Commits:
1208155c by Matthew Pickering at 2024-02-28T10:10:39+00:00
testing
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -358,7 +358,7 @@ function fetch_sphinx() {
MSYS_*|MINGW*)
pip uninstall -y sphinx
pip install -v --target=$toolchain/sphinx --upgrade "sphinx==$SPHINXBUILD_VERSION"
- cp $toolchain/sphinx/bin/sphinx-build $toolchain/sphinx/bin/sphinx-build.exe
+ cp -p $toolchain/sphinx/bin/sphinx-build $toolchain/sphinx/bin/sphinx-build.exe
# $PYTHON -m venv $toolchain/.venv-sphinx
# $toolchain/.venv-sphinx/bin/pip uninstall -y sphinx
# cat $toolchain/.venv-sphinx/bin/pip
@@ -536,6 +536,7 @@ function build_hadrian() {
else
case "$(uname)" in
MSYS_*|MINGW*)
+ run_hadrian _build/manpage/ghc.1 -V
run_hadrian test:all_deps reloc-binary-dist -V
mv _build/reloc-bindist/ghc*.tar.xz "$BIN_DIST_NAME.tar.xz"
;;
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1208155c34185d8a3c3d505e4c2d3cd7fe3f482f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1208155c34185d8a3c3d505e4c2d3cd7fe3f482f
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/20240228/99d9730a/attachment.html>
More information about the ghc-commits
mailing list