summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-23 09:59:15 -0500
committerBen Gamari <ben@smart-cactus.org>2019-12-06 16:51:01 -0500
commit113bf129c81da1d7dee96ca855d1c6fe8708281c (patch)
tree270390aaa95cd8d7542010dd47f7fa3315072d35
parent61820b248af578389253c25e64a023abba7e4580 (diff)
downloadhaskell-113bf129c81da1d7dee96ca855d1c6fe8708281c.tar.gz
gitlab-ci: Set LANG on CentOS 7
It otherwise seems to default to ascii (cherry picked from commit b6f7e407b05b5a65089a7a0e0d4f12b72580afe3)
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c80e89293..241ce112ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -715,6 +715,8 @@ release-x86_64-linux-centos7:
BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-centos7-linux.tar.xz"
# pxz is not available on centos7 for reasons I can't understand
XZ: "xz"
+ # CentOS seems to default to ascii
+ LANG: "en_US.UTF-8"
only:
- tags
cache: