[Git][ghc/ghc][wip/fix-users-guide] gitlab-ci: Don't build PDF user's guide on AArch64
Ben Gamari
gitlab at gitlab.haskell.org
Tue Jun 11 23:49:36 UTC 2019
Ben Gamari pushed to branch wip/fix-users-guide at Glasgow Haskell Compiler / GHC
Commits:
b16c2d5d by Ben Gamari at 2019-06-11T23:48:56Z
gitlab-ci: Don't build PDF user's guide on AArch64
For reasons I don't understand sphinx seems to fail to produce a .idx
file for makeindex.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -375,6 +375,8 @@ validate-x86_64-darwin:
variables:
TEST_ENV: "aarch64-linux-deb9"
BIN_DIST_PREP_TAR_COMP: "bindistprep/ghc-aarch64-linux-deb9.tar.xz"
+ # Inexplicably makeindex fails
+ BUILD_SPHINX_PDF: "NO"
cache:
key: linux-aarch64-deb9
tags:
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/b16c2d5d4a1b5c16e4460435cd899f647d2910f6
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/b16c2d5d4a1b5c16e4460435cd899f647d2910f6
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/20190611/e4070ac7/attachment-0001.html>
More information about the ghc-commits
mailing list