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"