From 6fd4e0edd4de22dec9eda13dc0b29214f2ca117e Mon Sep 17 00:00:00 2001 From: Loo Rong Jie Date: Thu, 21 Jun 2018 11:29:04 +0800 Subject: Update protobuf to 3.6.0. Fixes #5439 --- src/test/shell/testenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/shell/testenv.sh') diff --git a/src/test/shell/testenv.sh b/src/test/shell/testenv.sh index b2f6e24147..c4a0c5599d 100755 --- a/src/test/shell/testenv.sh +++ b/src/test/shell/testenv.sh @@ -115,7 +115,7 @@ if [ "${MACHINE_TYPE}" = 's390x' ]; then fi # Requires //third_party/protobuf:protoc -protoc_compiler="${BAZEL_RUNFILES}/third_party/protobuf/3.4.0/protoc" +protoc_compiler="${BAZEL_RUNFILES}/third_party/protobuf/3.6.0/protoc" if [ -z ${RUNFILES_MANIFEST_ONLY+x} ]; then junit_jar="${BAZEL_RUNFILES}/third_party/junit/junit-*.jar" -- cgit v1.2.3