summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-11 19:48:56 -0400
committerBen Gamari <ben@smart-cactus.org>2019-08-22 07:17:36 -0400
commitaa8bcb98b5ab5007ae0aa8961beb1ac1df16da23 (patch)
tree605cbf8b8b60bcc4ec74b89fcc6c7d8ea7ba42c7
parent4ffb18ea30fde44d867acfff314485e4700ab702 (diff)
downloadhaskell-aa8bcb98b5ab5007ae0aa8961beb1ac1df16da23.tar.gz
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. (cherry picked from commit 9721b40db9b87c0135613649f9f1e129eb49795b)
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 344b6e009c..4d979cf0a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -270,6 +270,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: