Variation of run_binary
to capture stdout
and/or stderr
#441
Labels
P4
This is either out of scope or we don't have bandwidth to review a PR. (No assignee)
type: feature request
The
run_binary
rule assumes that the output to be captured is written to file(s) by the binary either in implied or throughargs
location(s). This does not completely replace the usage ofgenrule
because the use case of capturing output from astdout
-only binary is not supported. Is it possible to capture output in Bazel, or does this use case still have to be done throughgenrule
?The text was updated successfully, but these errors were encountered: