diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-07-06 12:58:09 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-07-06 12:58:09 -0300 |
commit | eb7fa7a3a01c265db26584e6754695bd2cdb5302 (patch) | |
tree | 0e514b315460fe2c9aa1e2fc23d0b751bbe464e8 /testing/loolwsd/APKBUILD | |
parent | 0d37cefecdfe795abeff6660c1d0026ff88c95b8 (diff) | |
download | aports-eb7fa7a3a01c265db26584e6754695bd2cdb5302.tar.gz aports-eb7fa7a3a01c265db26584e6754695bd2cdb5302.tar.bz2 aports-eb7fa7a3a01c265db26584e6754695bd2cdb5302.tar.xz |
testing/loolwsd: disable on armhf
Diffstat (limited to 'testing/loolwsd/APKBUILD')
-rw-r--r-- | testing/loolwsd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/loolwsd/APKBUILD b/testing/loolwsd/APKBUILD index 6cde4d3725..889cde34d8 100644 --- a/testing/loolwsd/APKBUILD +++ b/testing/loolwsd/APKBUILD @@ -5,7 +5,7 @@ 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" #x86 and armv7 fail to build with size errors +arch="all !s390x !mips !mips64 !x86 !armv7 !armhf" #x86 and armv7 fail to build with size errors license="MPL-2.0" 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" |