Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.0.0] Emit a clearer error message when a mandatory output is missi…
…ng from an ActionResult. The remote execution spec allows an action to succeed, but produce only a subset of its declared outputs, so Bazel must verify that outputs marked as mandatory have been produced. Outputs are always mandatory except for a few specialized native actions (C++ and Java). The current error message makes it sound like a programmer error rather than a user or rules author error. See also bazelbuild/remote-apis#6 for the discussion that prompted this fix. PiperOrigin-RevId: 586625265 Change-Id: I8846614917c82eff87c8495696e55b80c096c02c
- Loading branch information