The runfiles_manifest for src contains paths that are relative to the output_base of a bazel WORKSPACE.
Neither the rule implementation nor the action use this file as an input.
Why was it included in the first place in the extra_inputs set? This prevents reliable shared remote caching and results in unnecessary remote executions.
The
runfiles_manifest
forsrc
contains paths that are relative to theoutput_base
of a bazel WORKSPACE.Neither the rule implementation nor the action use this file as an input.
Why was it included in the first place in the
extra_inputs
set? This prevents reliable shared remote caching and results in unnecessary remote executions.