This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 44fae01  Revert "[CI.Lint.Black] Use "en_US.UTF-8" for Red Hat 6&7 
Compatibility (#9537)" (#9548)
44fae01 is described below

commit 44fae013d469efc860efaad6dadb442d54f3c7d5
Author: Tianqi Chen <[email protected]>
AuthorDate: Mon Nov 22 20:13:10 2021 -0500

    Revert "[CI.Lint.Black] Use "en_US.UTF-8" for Red Hat 6&7 Compatibility 
(#9537)" (#9548)
    
    This reverts commit ecd8a9ce33991262f4184cb857f1088d9d8e1bb1.
---
 tests/lint/git-black.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/lint/git-black.sh b/tests/lint/git-black.sh
index 766db4f..4052c05 100755
--- a/tests/lint/git-black.sh
+++ b/tests/lint/git-black.sh
@@ -38,8 +38,8 @@ if [[ "$#" -lt 1 ]]; then
 fi
 
 # required to make black's dep click to work
-export LC_ALL=en_US.UTF-8
-export LANG=en_US.UTF-8
+export LC_ALL=C.UTF-8
+export LANG=C.UTF-8
 
 if [ ! -x "$(command -v black)" ]; then
     echo "Cannot find black"

Reply via email to