From 77039e8de6a00a3591f2f5698ad32aa80a375ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pola=C5=84ski?= Date: Wed, 21 Jul 2021 01:25:29 +0200 Subject: [PATCH] testing/loolwsd: disable on riscv64 blocked by nodejs/npm --- testing/loolwsd/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/loolwsd/APKBUILD b/testing/loolwsd/APKBUILD index 889cde34d8b..9c62835b1c3 100644 --- a/testing/loolwsd/APKBUILD +++ b/testing/loolwsd/APKBUILD @@ -5,8 +5,10 @@ pkgver=6.4.0.2 pkgrel=0 pkgdesc="LibreOffice Online WebSocket server" url="https://github.com/LibreOffice/online" -arch="all !s390x !mips !mips64 !x86 !armv7 !armhf" #x86 and armv7 fail to build with size errors license="MPL-2.0" +# x86 and armv7 fail to build with size errors +# mips64 and riscv64 blocked by nodejs/npm +arch="all !s390x !mips64 !x86 !armv7 !armhf !riscv64" makedepends="automake autoconf libtool libreofficekit bash py3-lxml py3-polib libpng-dev cppunit-dev libcap-dev linux-pam-dev npm openssl-dev krb5-dev poco-dev libseccomp-dev" subpackages="$pkgname-doc"