Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
359889ba
Commit
359889ba
authored
Jul 12, 2018
by
Yilun Chong
Committed by
Feng Xiao
Jul 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix python cpp kokoro build
parent
c1e6c4df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
build_and_run_docker.sh
kokoro/linux/build_and_run_docker.sh
+2
-0
tox.ini
python/tox.ini
+2
-1
No files found.
kokoro/linux/build_and_run_docker.sh
View file @
359889ba
...
@@ -35,6 +35,8 @@ echo $git_root
...
@@ -35,6 +35,8 @@ echo $git_root
docker run
\
docker run
\
"
$@
"
\
"
$@
"
\
-e
CCACHE_DIR
=
$CCACHE_DIR
\
-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
EXTERNAL_GIT_ROOT
=
"/var/local/kokoro/protobuf"
\
-e
TEST_SET
=
"
$TEST_SET
"
\
-e
TEST_SET
=
"
$TEST_SET
"
\
-e
THIS_IS_REALLY_NEEDED
=
'see https://github.com/docker/docker/issues/14203 for why docker is awful'
\
-e
THIS_IS_REALLY_NEEDED
=
'see https://github.com/docker/docker/issues/14203 for why docker is awful'
\
...
...
python/tox.ini
View file @
359889ba
...
@@ -4,7 +4,8 @@ envlist =
...
@@ -4,7 +4,8 @@ envlist =
[testenv]
[testenv]
usedevelop
=
true
usedevelop
=
true
passenv
=
CC
passenv
=
CC KOKORO_BUILD_ID KOKORO_BUILD_NUMBER
setenv
=
setenv
=
cpp:
LD_LIBRARY_PATH
=
{toxinidir}/../src/.libs
cpp:
LD_LIBRARY_PATH
=
{toxinidir}/../src/.libs
cpp:
DYLD_LIBRARY_PATH
=
{toxinidir}/../src/.libs
cpp:
DYLD_LIBRARY_PATH
=
{toxinidir}/../src/.libs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment