From fba1522a0d73c3af50eb2c47b6afe706975b9fee Mon Sep 17 00:00:00 2001 From: Weijie Wang <wangweijie@loongson.cn> Date: Wed, 5 Jun 2024 07:44:34 +0000 Subject: [PATCH] community/rest: disable on loongarch64 Signed-off-by: Weijie Wang <wangweijie@loongson.cn> --- community/rest/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/rest/APKBUILD b/community/rest/APKBUILD index a1473fd2cb1b..85052963e2e3 100644 --- a/community/rest/APKBUILD +++ b/community/rest/APKBUILD @@ -5,7 +5,8 @@ pkgver=0.8.1 pkgrel=4 pkgdesc="Library for access to RESTful web services" url="https://www.gnome.org/" -arch="all" +# loongarch64: test fails +arch="all !loongarch64" license="LGPL-2.0-or-later" makedepends="automake autoconf libtool libsoup-dev gobject-introspection-dev" -- GitLab