keith / rules_multirun

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

Go port and windows support #57

Open peakschris opened 3 weeks ago

peakschris commented 3 weeks ago

As discussed, this is a port of the runner to go, removing python dependency. This PR also introduces full windows support, with runfiles either enabled or disabled. The multirun runner is invoked natively, without any bash or bat wrappers.

Features

Behaviour differences

Followup help needed