diff options
author | Ben Gamari <ben@well-typed.com> | 2020-03-08 16:39:01 -0400 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2020-03-08 16:39:01 -0400 |
commit | 32a4739992791bdf93293460253317a73f856879 (patch) | |
tree | ddf0bc203cbe0b7b1d5fe01f6491d673f65e1114 | |
parent | 067632342cf2f063b0f23c255740e2717e5e14c7 (diff) | |
download | haskell-wip/alpine-no-docs.tar.gz |
gitlab-ci: Disable Sphinx documentation in Alpine buildwip/alpine-no-docs
-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" |