From 330bbf42cf949b4521a70d0cdd11554aba970c2a Mon Sep 17 00:00:00 2001 From: znley Date: Tue, 18 Jun 2024 07:47:14 +0000 Subject: [PATCH] testing/php81-pecl-couchbase: disable on loongarch64 fails to build boringssl --- testing/php81-pecl-couchbase/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/php81-pecl-couchbase/APKBUILD b/testing/php81-pecl-couchbase/APKBUILD index 0b4f4a8c2cb..98aabaf36ac 100644 --- a/testing/php81-pecl-couchbase/APKBUILD +++ b/testing/php81-pecl-couchbase/APKBUILD @@ -6,7 +6,8 @@ pkgver=4.2.1 pkgrel=0 pkgdesc="PHP 8.1 extension for Couchbase - PECL" url="https://pecl.php.net/package/couchbase" -arch="all !riscv64 !ppc64le !s390x" # ftbfs +# loongarch64: fails to build boringssl +arch="all !riscv64 !ppc64le !s390x !loongarch64" # ftbfs license="Apache-2.0" _phpv=81 _php=php$_phpv