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

PiperOrigin-RevId: 556025128
  • Loading branch information
Googler authored and Copybara-Service committed Aug 11, 2023
1 parent c4823e1 commit ec20e61
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 ec20e61

Please sign in to comment.