From fc424f9b0dbf3dfc99d55ed790a83f0894577aa8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 5 Mar 2019 12:19:12 +0000 Subject: testing/luakit: disable on ppc64le due to testsuite hangs --- testing/luakit/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/luakit/APKBUILD') 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" -- cgit v1.2.3