summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-27 16:18:16 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-28 00:52:18 +0900
commit5ec730cda5c0ad38146a0cc693bc6c41512f7ee7 (patch)
treea7c0e75e6dc3581a78b6bef1aa2b5e8bb49e29d8
parenta28fff5f73b10d7b6ec463c8c6a563b43eb52321 (diff)
Set the locale encoding to UTF-8
Cirrus CI sets the environment variable `CIRRUS_COMMIT_MESSAGE` from the pull request description.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4900
-rw-r--r--.cirrus.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 36a1b67e9c..01897e986e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -6,6 +6,7 @@
# Lets workaround it by specifying a custom volume mount point.
env:
CIRRUS_VOLUME: /cirrus-ci-volume
+ LANG: C.UTF-8
task:
name: Arm64 Graviton2 / $CC