[Git][ghc/ghc][wip/freebsd-ci] Deleted 1 commit: gitlab-ci: Force locale to en_US.UTF-8
Ben Gamari
gitlab at gitlab.haskell.org
Fri Apr 17 14:09:55 UTC 2020
Ben Gamari pushed to branch wip/freebsd-ci at Glasgow Haskell Compiler / GHC
WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.
Deleted 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/20200417/f0b38611/attachment.html>
More information about the ghc-commits
mailing list