Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
gitlab-ci: Allow centos7 job to fail
· 2584e875
Ben Gamari
authored
Apr 24, 2019
2584e875
gitlab-ci: Set LANG in centos7 build
· 8d5102b5
Ben Gamari
authored
Apr 24, 2019
Let's see if this fixes the testsuite failures.
8d5102b5
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8d5102b5
...
...
@@ -423,11 +423,14 @@ release-x86_64-linux-centos7:
stage
:
full-build
image
:
"
registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-centos7:$DOCKER_REV"
variables
:
# For the testsuite
LANG
:
"
en_US.UTF-8"
# The sphinx release shipped with Centos 7 fails to build out documentation
BUILD_SPHINX_HTML
:
"
NO"
BUILD_SPHINX_PDF
:
"
NO"
TEST_ENV
:
"
x86_64-linux-centos7"
BIN_DIST_PREP_TAR_COMP
:
"
bindistprep/ghc-x86_64-centos7-linux.tar.xz"
allow_failure
:
true
only
:
-
tags
cache
:
...
...