[前][次][番号順一覧][スレッド一覧]

ruby-changes:68146

From: Nobuyoshi <ko1@a...>
Date: Tue, 28 Sep 2021 00:53:18 +0900 (JST)
Subject: [ruby-changes:68146] 5ec730cda5 (master): Set the locale encoding to UTF-8

https://git.ruby-lang.org/ruby.git/commit/?id=5ec730cda5

From 5ec730cda5c0ad38146a0cc693bc6c41512f7ee7 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 27 Sep 2021 16:18:16 +0900
Subject: Set the locale encoding to UTF-8

Cirrus CI sets the environment variable `CIRRUS_COMMIT_MESSAGE`
from the pull request description.
---
 .cirrus.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.cirrus.yml b/.cirrus.yml
index 36a1b67..01897e9 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -6,6 +6,7 @@ https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L6
 # 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
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]