From 6708b8e5b814bf9797e1bbac82622d815e7669b1 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sat, 23 Nov 2019 09:59:15 -0500 Subject: gitlab-ci: Set LANG on CentOS 7 It otherwise seems to default to ascii --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.1