diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-23 09:59:15 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-02 11:56:54 -0500 |
commit | 6708b8e5b814bf9797e1bbac82622d815e7669b1 (patch) | |
tree | 998b7bc25088bde6a67dddf26e191fbc772d0ebd /.gitlab-ci.yml | |
parent | aec98a79a7cc04c3fa8d0f5dfd6cb462daa4e612 (diff) | |
download | haskell-6708b8e5b814bf9797e1bbac82622d815e7669b1.tar.gz |
gitlab-ci: Set LANG on CentOS 7
It otherwise seems to default to ascii
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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: |