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 attribute to force exec transition #1

Closed keith closed 2 years ago

keith commented 2 years ago

Previously command would always use the target configuration, which might not be ideal if you're building a tool alongside another target, and therefore get the dbg compilation mode. This allows you to set a new attribute to always use the exec configuration instead. This generally assumes that your target and exec configurations for commands will be the same.

keith commented 2 years ago

https://github.com/keith/rules_multirun/pull/2