testing/loolwsd: disable on riscv64

blocked by nodejs/npm
This commit is contained in:
Michał Polański 2021-07-21 01:25:29 +02:00
parent 9af9793a79
commit 77039e8de6

View File

@ -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"