From 2933910e0f3db90fa8568efb0e238843a7c5f7fe Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 7 Aug 2018 12:21:44 +0000 Subject: testing/grpc-java: disable on s390x due to build failure FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':grpc-compiler'. > Exception thrown while executing model rule: NativeComponentModelPlugin.Rules#createBinaries(TargetedNativeComponentInternal, PlatformResolvers, BuildTypeContainer, FlavorContainer, ServiceRegistry) > Invalid NativePlatform: linux_s390x --- testing/grpc-java/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/grpc-java') diff --git a/testing/grpc-java/APKBUILD b/testing/grpc-java/APKBUILD index 3368e05737..6d70c79203 100644 --- a/testing/grpc-java/APKBUILD +++ b/testing/grpc-java/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.11.0 pkgrel=0 pkgdesc="The Java gRPC implementation. HTTP/2 based RPC" url="https://github.com/grpc/grpc-java" -arch="all !aarch64 !armhf" # fails to build on aarch64 and armhf for some strange reason +arch="all !aarch64 !armhf !s390x" # fails to build on aarch64 and armhf for some strange reason license="Apache2" depends="openjdk8-jre" makedepends="openjdk8 protobuf-dev" -- cgit v1.2.3