Maybe take a look at camel-grpc to see how protoc is handled for the various platforms & CPU architectures:
https://github.com/apache/camel/blob/main/components/camel-grpc/pom.xml -- James On Thu, 16 May 2024 at 19:17, Craig Ziesman <[email protected]> wrote: > I opened an issue (https://issues.apache.org/jira/browse/CAMEL-20706) to > address the fact that the camel-salesforce component build fails on Windows > running on ARM. > > It turns out that the source builds without errors, but the test build > fails because the protoc executable is unavailable on Windows/ARM. > > I looked through the tooling and it appears that there is no way to exclude > a component from a particular Camel distribution based on a specific > OS/architecture. > > Has this come up before? Is this even an issue? Just curious what everybody > thinks. > > Thanks for listening! >
