-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apache-pulsar 4.0.0 #198589
apache-pulsar 4.0.0 #198589
Conversation
Was trying to build a copy of https://github.com/grpc/grpc-java/tree/master/compiler and hack it into the build system for ARM. So far not successful and hitting build failure:
|
4f6af93
to
d924f45
Compare
May try to fix ARM in follow up. Need to first get a PR merged into Problem afterward is hacking up Maven build to use system <protocArtifact>com.google.protobuf:protoc:${protoc3.version}:exe:${os.detected.classifier}</protocArtifact>
<checkStaleness>true</checkStaleness>
<pluginId>grpc-java</pluginId>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${protoc-gen-grpc-java.version}:exe:${os.detected.classifier} Or maybe manually run |
🤖 An automated task has requested bottles to be published to this PR. |
Trying this again.
Partly split from #198490 but dependencies probably aren't needed.