keith / rules_multirun

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

Go port and windows support #57

Open peakschris opened 5 months ago

peakschris commented 5 months 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