mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-11 15:26:50 +02:00
testing/loolwsd: disable on riscv64
blocked by nodejs/npm
This commit is contained in:
parent
9af9793a79
commit
77039e8de6
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user