From 5ec730cda5c0ad38146a0cc693bc6c41512f7ee7 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada 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 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 -- cgit v1.2.1