Skip to content
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

upgrade protoc and protoc-gen-grpc-java version #18

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

acgtun
Copy link
Contributor

@acgtun acgtun commented Apr 12, 2024

With the current protoc and protoc-gen-grpc-java version, it cannot compile on Mac computers with Apple silicon (M1, M2, M3).
Compile Errors

Execution failed for task ':idl:generateProto'.
> Could not resolve all files for configuration ':idl:protobufToolsLocator_protoc'.
   > Could not find protoc-3.6.1-osx-aarch_64.exe (com.google.protobuf:protoc:3.6.1).
Execution failed for task ':idl:generateProto'.
> Could not resolve all files for configuration ':idl:protobufToolsLocator_grpc'.
   > Could not find protoc-gen-grpc-java-1.15.1-osx-aarch_64.exe (io.grpc:protoc-gen-grpc-java:1.15.1).

Both the above libraries cannot be found under

but can found in

@CLAassistant
Copy link

CLAassistant commented Apr 12, 2024

CLA assistant check
All committers have signed the CLA.

@yangy0000 yangy0000 merged commit 9b30be8 into uber:main Apr 12, 2024
5 of 7 checks passed
@acgtun acgtun deleted the hf/compile branch April 19, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants