From 780dfa42f52d02043c4eb1f7de47e90f2abf676b Mon Sep 17 00:00:00 2001 From: Googler Date: Fri, 11 Aug 2023 11:25:28 -0700 Subject: [PATCH] Automated rollback of commit e9564668c7a619df7bd9290ecde4a9f3d78e34d8. *** Reason for rollback *** Roll forward with changes to allow us to disable REPO.bazel in Blaze while keeping the new feature in Bazel. Fixes https://github.com/bazelbuild/bazel/issues/18077 (cherry picked from commit ec20e61998245b9be442b757c440bf8ee054cd2e) --- third_party/bazel/src/main/protobuf/failure_details.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/bazel/src/main/protobuf/failure_details.proto b/third_party/bazel/src/main/protobuf/failure_details.proto index b6c7d3547c0..2f10bc5c2d4 100644 --- a/third_party/bazel/src/main/protobuf/failure_details.proto +++ b/third_party/bazel/src/main/protobuf/failure_details.proto @@ -1245,6 +1245,7 @@ message PackageLoading { BUILTINS_INJECTION_FAILURE = 29 [(metadata) = { exit_code: 1 }]; SYMLINK_CYCLE_OR_INFINITE_EXPANSION = 30 [(metadata) = { exit_code: 1 }]; OTHER_IO_EXCEPTION = 31 [(metadata) = { exit_code: 36 }]; + BAD_REPO_FILE = 32 [(metadata) = { exit_code: 1 }]; } Code code = 1;