google / subpar

Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.
Apache License 2.0
566 stars 69 forks source link

parfile depends upon non-deterministic runfiles_manifest #85

Open werkt opened 6 years ago

werkt commented 6 years ago

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.