diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-07 14:15:56 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-07 14:15:56 +0100 |
commit | 8064daa941ec4f7102de9cab8d2c9ee7cfe06010 (patch) | |
tree | 21724c7af6aec453193b9bec36bdff7761fc832a /testing/elektra | |
parent | 120a747aea14fdcf1449a8264f90b048bcd5d97a (diff) | |
download | aports-8064daa941ec4f7102de9cab8d2c9ee7cfe06010.tar.bz2 aports-8064daa941ec4f7102de9cab8d2c9ee7cfe06010.tar.xz |
testing/elektra: disable on aarch64 due to build failure
Reported to upstream: https://github.com/ElektraInitiative/libelektra/issues/1811
Diffstat (limited to 'testing/elektra')
-rw-r--r-- | testing/elektra/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/elektra/APKBUILD b/testing/elektra/APKBUILD index 7773db4f5b..c0e7eec8a0 100644 --- a/testing/elektra/APKBUILD +++ b/testing/elektra/APKBUILD @@ -8,7 +8,8 @@ pkgver=0.8.21 pkgrel=0 pkgdesc="A universal and secure framework to access configuration parameters" url="https://www.libelektra.org" -arch="all" +# aarch64: fails to build +arch="all !aarch64" license="BSD-3-Clause" _luaver=5.3 # kdb doesn't work correctly without these plugins. |