Skip to content
Snippets Groups Projects
Commit f808eee3 authored by Muxi Yan's avatar Muxi Yan Committed by Jorge Canizales
Browse files

Fix Jenkins test error

parent e4704d3e
No related branches found
No related tags found
No related merge requests found
...@@ -111,6 +111,7 @@ TOOLCHAIN=${4:-$(toolchain)} ...@@ -111,6 +111,7 @@ TOOLCHAIN=${4:-$(toolchain)}
ROOT=`pwd` ROOT=`pwd`
export CFLAGS="-I$ROOT/include -std=gnu99 -fno-wrapv $CFLAGS" export CFLAGS="-I$ROOT/include -std=gnu99 -fno-wrapv $CFLAGS"
export GRPC_PYTHON_BUILD_WITH_CYTHON=1 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 # Default python on the host to fall back to when instantiating e.g. the
# virtualenv. # virtualenv.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment