[commit: ghc] ghc-8.8: gitlab-ci: Try reenabling PDF documentation on Darwin (ec76213)
git at git.haskell.org
git at git.haskell.org
Wed Jan 16 05:48:35 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.8
Link : http://ghc.haskell.org/trac/ghc/changeset/ec76213931f2b32ff5e54808881b20d237f97a8b/ghc
>---------------------------------------------------------------
commit ec76213931f2b32ff5e54808881b20d237f97a8b
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Dec 30 13:49:47 2018 -0500
gitlab-ci: Try reenabling PDF documentation on Darwin
Carter says that the builder issues have now been sorted.
(cherry picked from commit 66b88dddb3188cc63b4b4f4f065b6548aedfa403)
>---------------------------------------------------------------
ec76213931f2b32ff5e54808881b20d237f97a8b
.gitlab-ci.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87a5333..1ad2771 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -126,8 +126,6 @@ validate-x86_64-darwin:
- bash .gitlab/darwin-init.sh
- PATH="`pwd`/toolchain/bin:$PATH"
- # Disable sphinx PDF output as MacTeX apparently doesn't provide xelatex
- - echo "BUILD_SPHINX_PDF=NO" >> mk/build.mk
- echo "libraries/integer-gmp_CONFIGURE_OPTS += --configure-option=--with-intree-gmp" >> mk/build.mk
after_script:
- cp -Rf $HOME/.cabal cabal-cache
More information about the ghc-commits
mailing list