summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-23 09:59:15 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-12-02 11:56:54 -0500
commit6708b8e5b814bf9797e1bbac82622d815e7669b1 (patch)
tree998b7bc25088bde6a67dddf26e191fbc772d0ebd
parentaec98a79a7cc04c3fa8d0f5dfd6cb462daa4e612 (diff)
downloadhaskell-6708b8e5b814bf9797e1bbac82622d815e7669b1.tar.gz
gitlab-ci: Set LANG on CentOS 7
It otherwise seems to default to ascii
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30252bef84..01dbedd7c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -701,6 +701,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: