[Git][ghc/ghc][wip/freebsd-ci] gitlab-ci: Force locale to en_US.UTF-8

Ben Gamari gitlab at gitlab.haskell.org
Thu Apr 16 15:56:26 UTC 2020



Ben Gamari pushed to branch wip/freebsd-ci at Glasgow Haskell Compiler / GHC


Commits:
f734614b by Ben Gamari at 2020-04-16T11:55:46-04:00
gitlab-ci: Force locale to en_US.UTF-8

- - - - -


1 changed file:

- .gitlab/ci.sh


Changes:

=====================================
.gitlab/ci.sh
=====================================
@@ -26,6 +26,10 @@ LT_CYAN="1;36"
 WHITE="1;37"
 LT_GRAY="0;37"
 
+# Global environment
+export LANG=en_US.UTF-8
+export LC_ALL=en_US.UTF-8
+
 # GitLab Pipelines log section delimiters
 # https://gitlab.com/gitlab-org/gitlab-foss/issues/14664
 start_section() {



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f734614b01f1ba409f1d2dbc4db0ac630e61c1f8

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f734614b01f1ba409f1d2dbc4db0ac630e61c1f8
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200416/c63dc1e6/attachment.html>


More information about the ghc-commits mailing list