From 155bd6457c7426faa84b5acba991a1c80cdcf920 Mon Sep 17 00:00:00 2001 From: namrata-ibm Date: Tue, 11 Oct 2016 09:59:27 +0000 Subject: 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 --- third_party/grpc/BUILD | 1 + third_party/grpc/README.bazel.md | 6 ++++++ 2 files changed, 7 insertions(+) (limited to 'third_party/grpc') 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 /compiler/build/artifacts/java_plugin/protoc-gen-grpc-java.exe /third_party/grpc/protoc-gen-grpc-java-0.15.0-linux-s390x_64.exe` -- cgit v1.2.3