diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-07 12:21:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-07 12:21:44 +0000 |
commit | 2933910e0f3db90fa8568efb0e238843a7c5f7fe (patch) | |
tree | 00f5ef0fb1dbc2e07eabfd7dd2dbfad8f9c17b39 /testing | |
parent | 2844902a0dac2c26a90d749aebdfbec74e1391fe (diff) | |
download | aports-2933910e0f3db90fa8568efb0e238843a7c5f7fe.tar.bz2 aports-2933910e0f3db90fa8568efb0e238843a7c5f7fe.tar.xz |
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
Diffstat (limited to 'testing')
-rw-r--r-- | testing/grpc-java/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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" |