diff options
author | Ben Gamari <ben@well-typed.com> | 2020-03-08 16:39:01 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-03-09 06:11:30 -0400 |
commit | 9668781a36941e7552fcec38f6d4e1d5ec3ef6d1 (patch) | |
tree | d29dca649f1bc35fe06e7c8666b652a5688225ce | |
parent | 70d2b9956d1ecc9d40d1e2d4920983af00ea846d (diff) | |
download | haskell-9668781a36941e7552fcec38f6d4e1d5ec3ef6d1.tar.gz |
gitlab-ci: Disable Sphinx documentation in Alpine build
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b4de0f9d9..b7b9def998 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -702,11 +702,11 @@ release-x86_64-linux-deb8: # There are currently a few failing tests allow_failure: true variables: - BUILD_SPHINX_PDF: "NO" TEST_ENV: "x86_64-linux-alpine" BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-alpine-linux.tar.xz" # Can't use ld.gold due to #13958. CONFIGURE_ARGS: "--disable-ld-override" + HADRIAN_ARGS: "--docs=no-sphinx" # encoding004 due to lack of locale support # T10458 due to fact that dynamic linker tries to reload libAS BROKEN_TESTS: "encoding004 T10458" |