diff options
author | Muxi Yan <mxyan@google.com> | 2016-08-02 10:10:28 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2016-08-03 19:32:14 -0700 |
commit | f808eee33aaf81ad9ddae36eaebab9e40de97800 (patch) | |
tree | ab16692af8a906ee62f8edbddbfc3164c872cbb5 | |
parent | e4704d3edae128b64951e399d2164f1f402c56b8 (diff) |
Fix Jenkins test error
-rwxr-xr-x | tools/run_tests/build_python.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/build_python.sh b/tools/run_tests/build_python.sh index a3fa8200d5..57d98b9829 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. |