[commit: ghc] master: gitlab-ci: Ensure that locale is set (074eae2)

git at git.haskell.org git at git.haskell.org
Wed Dec 19 03:37:50 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/074eae255793de6a94e8172015e7022c80a5cd15/ghc

>---------------------------------------------------------------

commit 074eae255793de6a94e8172015e7022c80a5cd15
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Dec 18 19:50:06 2018 -0500

    gitlab-ci: Ensure that locale is set


>---------------------------------------------------------------

074eae255793de6a94e8172015e7022c80a5cd15
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ddabfc..09f3be2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
 variables:
   GIT_SSL_NO_VERIFY: "1"
   GIT_SUBMODULE_STRATEGY: "recursive"
+  LANG: "en_US.UTF-8"
 
 stages:
   - lint



More information about the ghc-commits mailing list