aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/grpc
diff options
context:
space:
mode:
authorGravatar namrata-ibm <bhavenamrata@gmail.com>2016-10-11 09:59:27 +0000
committerGravatar Yue Gan <yueg@google.com>2016-10-11 13:26:24 +0000
commit155bd6457c7426faa84b5acba991a1c80cdcf920 (patch)
tree3f4db04a5f52722548cd3b0d6f45fce20d5df5bd /third_party/grpc
parent22d36737aa2a37edecf6c855e61f82df3c79596b (diff)
Adding support for Linux s390x
We have added support for Linux s390x platform in Bazel. Closes #1891. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1891 MOS_MIGRATED_REVID=135777047
Diffstat (limited to 'third_party/grpc')
-rw-r--r--third_party/grpc/BUILD1
-rw-r--r--third_party/grpc/README.bazel.md6
2 files changed, 7 insertions, 0 deletions
diff --git a/third_party/grpc/BUILD b/third_party/grpc/BUILD
index 2ba07e3f8b..ebb83541a3 100644
--- a/third_party/grpc/BUILD
+++ b/third_party/grpc/BUILD
@@ -31,6 +31,7 @@ filegroup(
"//third_party:piii": ["protoc-gen-grpc-java-0.15.0-linux-x86_32.exe"],
"//third_party:arm": ["protoc-gen-grpc-java-0.15.0-linux-x86_32.exe"],
"//third_party:freebsd": ["protoc-gen-grpc-java-0.15.0-linux-x86_32.exe"],
+ "//third_party:s390x": ["protoc-gen-grpc-java-0.15.0-linux-s390x_64.exe"],
}),
)
diff --git a/third_party/grpc/README.bazel.md b/third_party/grpc/README.bazel.md
index 9e910bbb80..36efce9ec7 100644
--- a/third_party/grpc/README.bazel.md
+++ b/third_party/grpc/README.bazel.md
@@ -19,3 +19,9 @@ How to update the Java code:
Download it from Maven central. The jars are called `grpc-core`, `grpc-netty`,
`grpc-protobuf`, `grpc-protobuf-lite`, `grpc-stub` and the version is
`0.15.0`.
+
+* * *
+How to update the Linux s390x 64-bit Java plugin:
+
+1. Build Java plugin version `0.15.0` from https://github.com/grpc/grpc-java .
+2. `cp <gRPC git tree>/compiler/build/artifacts/java_plugin/protoc-gen-grpc-java.exe <Bazel tree>/third_party/grpc/protoc-gen-grpc-java-0.15.0-linux-s390x_64.exe`