aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-08-02 10:10:28 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-08-03 19:29:29 -0700
commit6b59ac8da5e605b942ef7f344e5f0e57593385d8 (patch)
tree16cf4e818a953352175fbc990a877e360955292b /tools
parentcc3ecd104f0c4aafbd005d2855049468dbf35236 (diff)
Fix Jenkins test error
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/build_python.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/build_python.sh b/tools/run_tests/build_python.sh
index 13d745d14f..f0c15a3ee4 100755
--- a/tools/run_tests/build_python.sh
+++ b/tools/run_tests/build_python.sh
@@ -111,6 +111,7 @@ TOOLCHAIN=${4:-$(toolchain)}
ROOT=`pwd`
export CFLAGS="-I$ROOT/include -std=gnu99 -fno-wrapv $CFLAGS"
export GRPC_PYTHON_BUILD_WITH_CYTHON=1
+export LANG=en_US.UTF-8
# Default python on the host to fall back to when instantiating e.g. the
# virtualenv.