diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-07-26 15:32:27 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-07-26 15:32:27 +0200 |
commit | 10ec1792b848a449dbaa16eb5a562e3c25db01c7 (patch) | |
tree | ec00033f7b2d310801ac62b8afe50e927557eebf /testing/tarantool | |
parent | 1ce94bc0259bc8026301433dd51c1970fb4a1810 (diff) | |
download | aports-10ec1792b848a449dbaa16eb5a562e3c25db01c7.tar.bz2 aports-10ec1792b848a449dbaa16eb5a562e3c25db01c7.tar.xz |
testing/tarantool: disable on x86 and ppc64le
x86 because of missing msgpuck
ppc64le fails to build because of luajit. we should
unbundle it and use local version.
Diffstat (limited to 'testing/tarantool')
-rw-r--r-- | testing/tarantool/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tarantool/APKBUILD b/testing/tarantool/APKBUILD index 8d931626fb..5dcff7bff0 100644 --- a/testing/tarantool/APKBUILD +++ b/testing/tarantool/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.7.4.99 pkgrel=0 pkgdesc="Lua application server integrated with a database management system" url="https://tarantool.org" -arch="all" +arch="all !x86 !ppc64le" license="BSD-2-Clause" pkgusers="$pkgname" pkggroups="$pkgname" |