rules_python
rules_python copied to clipboard
chore: flip auto exec groups flag internally
I went through all of the invocations of ctx.actions.run and
ctx.actions.run_shell and it seems that we are setting the toolchain args
correctly where toolchains are used in the execution of the command.
Fixes #2282.