Skip to content

Commit

Permalink
Update documentation for AbortReason.OUT_OF_MEMORY now that it is i…
Browse files Browse the repository at this point in the history
…n use.

PiperOrigin-RevId: 354110740
  • Loading branch information
justinhorvitz authored and Copybara-Service committed Jan 27, 2021
1 parent accad6f commit 50723bb
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -295,9 +295,7 @@ message Aborted {
// set to false causing the build be ended upon failure).
INCOMPLETE = 10;

// The build tool ran out of memory and crashed. Not yet used. OOMs are
// currently reported as INTERNAL.
// TODO(b/170643206): Use this reason for OOMs after updating consumers.
// The build tool ran out of memory and crashed.
OUT_OF_MEMORY = 11;
}
AbortReason reason = 1;
Expand Down

0 comments on commit 50723bb

Please sign in to comment.