ctx.executable.plugin must be in the inputs of protoc's action when using a plugin, otherwise the action will fail. This bug has been hidden by a bug in Bazel: for every ctx.action, Bazel used to automatically add the runfiles of all executable inputs of the RULE instead of using the inputs of the specific ACTION. Consequently, we could get away with underspecifying the inputs of the action.pull/2246/head
parent
fd046f6263
commit
c2b3e70efd
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue