aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-03-05 12:19:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-03-05 12:19:12 +0000
commitfc424f9b0dbf3dfc99d55ed790a83f0894577aa8 (patch)
tree60b4e7aea9b432848fd0d48fb8d07a64ded14017
parentfb53e4091d9af3958dcebb1561c163ea3f7bccaa (diff)
testing/luakit: disable on ppc64le due to testsuite hangs
-rw-r--r--testing/luakit/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/luakit/APKBUILD b/testing/luakit/APKBUILD
index 7c177939ec4..e06481b2840 100644
--- a/testing/luakit/APKBUILD
+++ b/testing/luakit/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.1
pkgrel=1
pkgdesc="Fast, small, webkit based browser framework extensible by Lua"
url="https://luakit.github.io/"
-arch="all !s390x !x86" # luajit is missing for s390x, build fails on x86
+arch="all !s390x !x86 !ppc64le" # luajit is missing for s390x, build fails on x86, tests hangs on ppc64le
license="GPL-3.0-or-later"
depends="gsettings-desktop-schemas lua5.1-filesystem"
makedepends="webkit2gtk-dev luajit-dev"