keith / rules_multirun

Bazel rules for running multiple commands in parallel in a single bazel invocation
Apache License 2.0
67 stars 14 forks source link

Add boolean to run from workspace root #4

Open keith opened 1 year ago

keith commented 1 year ago

This is common for tools like linters. Doing the cd themselves is fine, but maybe this is nicer

brentleyjones commented 1 year ago

My main reason against this is that it makes running the tool without multirun have different behavior.

keith commented 1 year ago

yea, only in the case you run the underlying py_binary or w/e through bazel tho. if you ran the command it would be the same, and if you ran the tool directly it naturally would be different already. but yea im on the fence with this i just had it locally and figured i'd submit

keith commented 1 year ago

just going to not for now, we can revisit if we want later