Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: third_party/protobuf/jenkins/build_and_run_docker.sh

Issue 2599263002: third_party/protobuf: Update to HEAD (f52e188fe4) (Closed)
Patch Set: Address comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/protobuf/jenkins/build_and_run_docker.sh
diff --git a/third_party/protobuf/jenkins/build_and_run_docker.sh b/third_party/protobuf/jenkins/build_and_run_docker.sh
index abc6f055c463d8661522f23aacc08475f3276ff2..50e1e8c6843296899ac24da4edd4aae9706cafc6 100755
--- a/third_party/protobuf/jenkins/build_and_run_docker.sh
+++ b/third_party/protobuf/jenkins/build_and_run_docker.sh
@@ -33,6 +33,7 @@ docker run \
"$@" \
-e CCACHE_DIR=$CCACHE_DIR \
-e EXTERNAL_GIT_ROOT="/var/local/jenkins/protobuf" \
+ -e TEST_SET="$TEST_SET" \
-e THIS_IS_REALLY_NEEDED='see https://github.com/docker/docker/issues/14203 for why docker is awful' \
-v "$git_root:/var/local/jenkins/protobuf:ro" \
-v $CCACHE_DIR:$CCACHE_DIR \

Powered by Google App Engine
This is Rietveld 408576698