Skip to content
Snippets Groups Projects
Commit 113bf129 authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab-ci: Set LANG on CentOS 7

It otherwise seems to default to ascii

(cherry picked from commit b6f7e407b05b5a65089a7a0e0d4f12b72580afe3)
parent 61820b24
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment