From a659135bb1dd5a3e7000a0fb0979c235a54f6190 Mon Sep 17 00:00:00 2001 From: buchgr Date: Fri, 1 Sep 2017 13:14:19 +0200 Subject: 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 --- WORKSPACE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index 0f5e2a6666..de582a7c7a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -74,14 +74,14 @@ bind( new_local_repository( name = "com_google_protobuf", - build_file = "./third_party/protobuf/3.4.0/BUILD", - path = "./third_party/protobuf/3.4.0/", + build_file = "./third_party/protobuf/3.2.0/BUILD", + path = "./third_party/protobuf/3.2.0/", ) new_local_repository( name = "com_google_protobuf_java", - build_file = "./third_party/protobuf/3.4.0/com_google_protobuf_java.BUILD", - path = "./third_party/protobuf/3.4.0/", + build_file = "./third_party/protobuf/3.2.0/com_google_protobuf_java.BUILD", + path = "./third_party/protobuf/3.2.0/", ) new_local_repository( -- cgit v1.2.3