From d82caacbea6d13249103e73a892991263560be7e Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Mon, 5 Jul 2021 15:31:15 -0600 Subject: [PATCH] testing/php8-pecl-grpc: disable on riscv64 --- testing/php8-pecl-grpc/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/php8-pecl-grpc/APKBUILD b/testing/php8-pecl-grpc/APKBUILD index 1dcf9319d0a..bb7e745a0fa 100644 --- a/testing/php8-pecl-grpc/APKBUILD +++ b/testing/php8-pecl-grpc/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.34.0 pkgrel=0 pkgdesc="PHP extension provide a concrete implementation of the gRPC protocol, layered over HTTP/2." url="https://pecl.php.net/package/grpc" -arch="all !s390x !ppc64le !armv7 !armhf" # armv7, armhf, ppc64le: build failures +arch="all !s390x !ppc64le !armv7 !armhf !riscv64" # armv7, armhf, ppc64le: build failures license="Apache-2.0" depends="php8-common" makedepends="php8-dev openssl-dev linux-headers"