Skip to content

Commit

Permalink
Pull in protoc-gen-grpc-java for windows
Browse files Browse the repository at this point in the history
Summary:
This D70602802 caused some failures on windows.
Fixing here by providing executable for windows.

allow-large-files

```
arc artificer download \
    io.grpc:protoc-gen-grpc-java:1.10.1:linux-x86_64 \
    io.grpc:protoc-gen-grpc-java:1.10.1:osx-x86_64 \
    io.grpc:protoc-gen-grpc-java:1.10.1:windows-x86_64

chmod a+x \
    third-party/java/io/grpc/protoc-gen-grpc-java/1.10.1/protoc-gen-grpc-java-1.10.1-linux-x86_64.exe \
    third-party/java/io/grpc/protoc-gen-grpc-java/1.10.1/protoc-gen-grpc-java-1.10.1-osx-x86_64.exe \
    third-party/java/io/grpc/protoc-gen-grpc-java/1.10.1/protoc-gen-grpc-java-1.10.1-windows-x86_64.exe
```

Reviewed By: navidqar

Differential Revision: D70734277

fbshipit-source-id: 90bd5e45d0e3879639960cdb4674bc3065f0a31f
  • Loading branch information
Nivaldo Bondança authored and facebook-github-bot committed Mar 8, 2025
1 parent 423e971 commit 3113155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prelude/toolchains/android/tools/protobuf/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ fb_native.command_alias(
platform_exe = {
"linux": "fbsource//third-party/java/io/grpc/protoc-gen-grpc-java:protoc-gen-grpc-java-linux-x86_64",
"macos": "fbsource//third-party/java/io/grpc/protoc-gen-grpc-java:protoc-gen-grpc-java-osx-x86_64",
"windows": "fbsource//third-party/java/io/grpc/protoc-gen-grpc-java:protoc-gen-grpc-java-windows-x86_64",
},
)

0 comments on commit 3113155

Please sign in to comment.