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
(cherry picked from commit 95ee482)
  • Loading branch information
AlessandroPatti authored and mai93 committed Oct 7, 2024
1 parent 979948e commit 66f5130
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 @@ -746,6 +746,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 66f5130

Please sign in to comment.