[commit: ghc] wip/merge-queue: gitlab-ci: Try reenabling PDF documentation on Darwin (66b88dd)

git at git.haskell.org git at git.haskell.org
Sun Jan 6 12:33:24 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/merge-queue
Link       : http://ghc.haskell.org/trac/ghc/changeset/66b88dddb3188cc63b4b4f4f065b6548aedfa403/ghc

>---------------------------------------------------------------

commit 66b88dddb3188cc63b4b4f4f065b6548aedfa403
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.


>---------------------------------------------------------------

66b88dddb3188cc63b4b4f4f065b6548aedfa403
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05d32ad..a18757b 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