Use 'cfg=target' for pusher binary - #2203
Conversation
In container_push rule, `_pusher` executable is copied into the output runfiles, but not directly invoked _by_ the container_push rule. This binary could potentially be cross-compiled by other remote executors, and should use the 'target' config in this action.
|
Maybe I'm misunderstanding but shouldn't this be |
It's very possible that I'm misunderstanding too - so please double-check 😅 As an executable rule, I think the This means that (hypothetically), the |
|
Wow. |
In container_push rule,
_pusherexecutable is copied into the outputrunfiles, but not directly invoked by the container_push rule. This
binary could potentially be cross-compiled by other remote executors,
and should use the 'target' config in this action.