aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
authorGravatar buchgr <buchgr@google.com>2017-09-01 13:14:19 +0200
committerGravatar Vladimir Moskva <vladmos@google.com>2017-09-01 15:28:54 +0200
commita659135bb1dd5a3e7000a0fb0979c235a54f6190 (patch)
tree563cf2efbacf97267fbd72de9fa31d651e5ba24c /src/main/protobuf
parent621c096ff76b898118f2033b3ac974d73e137ede (diff)
remote: Return exit code 34 for remote caching/execution errors.
For any errors that are due to failures in the remote caching / execution layers Bazel now returns exit code 34 (ExitCode.REMOTE_ERROR). This includes errors where the remote cache / executor is unreachable or crashes. It does not include errors if the test / build failure is due to user errors i.e. compilation or test failures. PiperOrigin-RevId: 167259236
Diffstat (limited to 'src/main/protobuf')
-rw-r--r--src/main/protobuf/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/protobuf/BUILD b/src/main/protobuf/BUILD
index 11d019c5fe..afbfc5bf0a 100644
--- a/src/main/protobuf/BUILD
+++ b/src/main/protobuf/BUILD
@@ -2,7 +2,7 @@ package(default_visibility = ["//visibility:public"])
load("//tools/build_rules:genproto.bzl", "cc_grpc_library")
load("//tools/build_rules:utilities.bzl", "java_library_srcs")
-load("//third_party/protobuf/3.4.0:protobuf.bzl", "cc_proto_library", "py_proto_library")
+load("//third_party/protobuf/3.2.0:protobuf.bzl", "cc_proto_library", "py_proto_library")
load("//third_party/grpc:build_defs.bzl", "java_grpc_library")
FILES = [