Point protoc_binary to a local copy #2277
Answered
by
tiagovtristao
PolarBear292208
asked this question in
Q&A
-
Is it possible to point protoc_binary to a local copy of protoc? At the moment Google doesn't have Apple M1 binaries hosted on Github (tracking issue) so I need to build a local copy. Is it possible to point the protoc_binary rule to it so I can compile my proto files in the meantime? |
Beta Was this translation helpful? Give feedback.
Answered by
tiagovtristao
Jan 27, 2022
Replies: 1 comment
-
You can skip |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tiagovtristao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can skip
protoc_binary
altogether and provide your protoc via theProtocTool
option in.plzconfig
: https://please.build/config.html#:~:text=all%20of%20them.-,ProtocTool,-The%20binary%20invoked