Skip to content

Commit

Permalink
fix python cpp kokoro build
Browse files Browse the repository at this point in the history
  • Loading branch information
BSBandme authored and xfxyjwf committed Jul 16, 2018
1 parent c1e6c4d commit 359889b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions kokoro/linux/build_and_run_docker.sh
Expand Up @@ -35,6 +35,8 @@ echo $git_root
docker run \
"$@" \
-e CCACHE_DIR=$CCACHE_DIR \
-e KOKORO_BUILD_NUMBER=$KOKORO_BUILD_NUMBER \
-e KOKORO_BUILD_ID=$KOKORO_BUILD_ID \
-e EXTERNAL_GIT_ROOT="/var/local/kokoro/protobuf" \
-e TEST_SET="$TEST_SET" \
-e THIS_IS_REALLY_NEEDED='see https://github.com/docker/docker/issues/14203 for why docker is awful' \
Expand Down
3 changes: 2 additions & 1 deletion python/tox.ini
Expand Up @@ -4,7 +4,8 @@ envlist =

[testenv]
usedevelop=true
passenv = CC
passenv =
CC KOKORO_BUILD_ID KOKORO_BUILD_NUMBER
setenv =
cpp: LD_LIBRARY_PATH={toxinidir}/../src/.libs
cpp: DYLD_LIBRARY_PATH={toxinidir}/../src/.libs
Expand Down

0 comments on commit 359889b

Please sign in to comment.