diff options
Diffstat (limited to 'testing/tarantool/APKBUILD')
-rw-r--r-- | testing/tarantool/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/testing/tarantool/APKBUILD b/testing/tarantool/APKBUILD index 2c448cdf79..46085fbc79 100644 --- a/testing/tarantool/APKBUILD +++ b/testing/tarantool/APKBUILD @@ -7,7 +7,11 @@ _series=${pkgver%.*}; _series=${_series%.*} # x.y pkgrel=2 pkgdesc="Lua application server integrated with a database management system" url="https://tarantool.org" -arch="all !x86 !ppc64le !s390x" # bundled LuaJIT is not supported on these +# x86, aarch64: fails to build +# armhf: zstd not available (fails to build) +# ppc64le: not supported by LuaJIT w/o patches +# s390x: not supported by LuaJIT +arch="x86_64" license="BSD-2-Clause MIT Public-Domain" pkgusers="$pkgname" pkggroups="$pkgname" |