Skip to content

Commit

Permalink
Automated rollback of commit e956466.
Browse files Browse the repository at this point in the history
*** Reason for rollback ***

Roll forward with changes to allow us to disable REPO.bazel in Blaze while keeping the new feature in Bazel.

Fixes bazelbuild/bazel#18077

(cherry picked from commit ec20e61)
  • Loading branch information
Googler authored and mai93 committed Aug 14, 2023
1 parent 519d0e2 commit 780dfa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/bazel/src/main/protobuf/failure_details.proto
Expand Up @@ -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;
Expand Down

0 comments on commit 780dfa4

Please sign in to comment.