aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
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 /WORKSPACE
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 'WORKSPACE')
-rw-r--r--WORKSPACE8
1 files changed, 4 insertions, 4 deletions
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(