Skip to content

Commit

Permalink
Do no crash if a requested resource is not available [
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 682282327
  • Loading branch information
AlessandroPatti authored and copybara-github committed Oct 4, 2024
1 parent 8ad2c99 commit 95ee482
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
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ message LocalExecution {
enum Code {
LOCAL_EXECUTION_UNKNOWN = 0 [(metadata) = { exit_code: 37 }];
LOCKFREE_OUTPUT_PREREQ_UNMET = 1 [(metadata) = { exit_code: 2 }];
UNTRACKED_RESOURCE = 2 [(metadata) = { exit_code: 1 }];
}

Code code = 1;
Expand Down

0 comments on commit 95ee482

Please sign in to comment.