[Git][ghc/ghc][wip/ghc-8.8-merges] 2 commits: gitlab-ci: Allow centos7 job to fail

Ben Gamari gitlab at gitlab.haskell.org
Wed Apr 24 04:42:57 UTC 2019



Ben Gamari pushed to branch wip/ghc-8.8-merges at Glasgow Haskell Compiler / GHC


Commits:
2584e875 by Ben Gamari at 2019-04-24T04:42:21Z
gitlab-ci: Allow centos7 job to fail

- - - - -
8d5102b5 by Ben Gamari at 2019-04-24T04:42:30Z
gitlab-ci: Set LANG in centos7 build

Let's see if this fixes the testsuite failures.

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -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:



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/0047012c7c035a4af5e30f2126d4fbc0ba80548c...8d5102b589fbe5c32779e545068bd324ec36cb08

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/0047012c7c035a4af5e30f2126d4fbc0ba80548c...8d5102b589fbe5c32779e545068bd324ec36cb08
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/20190424/f5310ae0/attachment.html>


More information about the ghc-commits mailing list