[commit: ghc] master: gitlab-ci: Set locale (306ad5c)

git at git.haskell.org git at git.haskell.org
Fri Dec 21 21:56:49 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/306ad5c9d688ad1b9652cf5609ddcb987d91b446/ghc

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

commit 306ad5c9d688ad1b9652cf5609ddcb987d91b446
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Dec 21 10:10:28 2018 -0500

    gitlab-ci: Set locale


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

306ad5c9d688ad1b9652cf5609ddcb987d91b446
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da3c209..f0d15f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -286,6 +286,7 @@ validate-x86_64-windows-hadrian:
   stage: full-build
   variables:
     GHC_VERSION: "8.6.2"
+    LANG: "en_US.UTF-8"
   # due to #16073
   allow_failure: true
   script:
@@ -310,6 +311,7 @@ validate-x86_64-windows:
   stage: full-build
   variables:
     GHC_VERSION: "8.6.2"
+    LANG: "en_US.UTF-8"
   script:
     - |
       set MSYSTEM=MINGW64



More information about the ghc-commits mailing list