commit | f0c163828336059ec80b017b68d10449d59eca4b | [log] [tgz] |
---|---|---|
author | Keith Smiley <keithbsmiley@gmail.com> | Mon Feb 28 13:48:05 2022 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Feb 28 13:49:25 2022 -0800 |
tree | 01c776f545556b3de3574672d7380e9f96fd1587 | |
parent | 91c1f9ff9b0128b6b954c41bf6ae99cff3c72c6d [diff] |
Add --noblock_for_lock exit code to documentation The source for this is https://github.com/bazelbuild/bazel/blob/ac48e65f702d3e135bb0b6729392f9cb485da100/src/main/cpp/util/exit_code.h#L35-L37 Closes #14871. PiperOrigin-RevId: 431517053
diff --git a/site/en/docs/scripts.md b/site/en/docs/scripts.md index bd21f77..d324b40 100644 --- a/site/en/docs/scripts.md +++ b/site/en/docs/scripts.md
@@ -46,6 +46,7 @@ - `2` - Command Line Problem, Bad or Illegal flags or command combination, or Bad Environment Variables. Your command line must be modified. - `8` - Build Interrupted but we terminated with an orderly shutdown. +- `9` - The server lock is held and `--noblock_for_lock` was passed. - `32` - External Environment Failure not on this machine. - `33` - Bazel ran out of memory and crashed. You need to modify your command line.