[Git][ghc/ghc][ghc-8.6] gitlab-ci: Disable Sphinx PDF output on Debian 8
Ben Gamari
gitlab at gitlab.haskell.org
Fri Apr 19 21:08:30 UTC 2019
Ben Gamari pushed to branch ghc-8.6 at Glasgow Haskell Compiler / GHC
Commits:
e86d5a21 by Ben Gamari at 2019-04-19T21:04:47Z
gitlab-ci: Disable Sphinx PDF output on Debian 8
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -275,6 +275,9 @@ validate-x86_64-linux-deb8:
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb8:$DOCKER_REV"
cache:
key: linux-x86_64-deb8
+ variables:
+ # Disable sphinx PDF output as our Debian image doesn't have the requisite packages
+ - BUILD_SPHINX_PDF: "NO"
artifacts:
when: always
expire_in: 2 week
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/e86d5a2179aa07bf9f338c237486079ea2ffb4ae
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/e86d5a2179aa07bf9f338c237486079ea2ffb4ae
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/20190419/497a9fb0/attachment.html>
More information about the ghc-commits
mailing list