diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-05 12:19:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-05 12:19:12 +0000 |
commit | fc424f9b0dbf3dfc99d55ed790a83f0894577aa8 (patch) | |
tree | 60b4e7aea9b432848fd0d48fb8d07a64ded14017 /testing | |
parent | fb53e4091d9af3958dcebb1561c163ea3f7bccaa (diff) | |
download | aports-fc424f9b0dbf3dfc99d55ed790a83f0894577aa8.tar.bz2 aports-fc424f9b0dbf3dfc99d55ed790a83f0894577aa8.tar.xz |
testing/luakit: disable on ppc64le due to testsuite hangs
Diffstat (limited to 'testing')
-rw-r--r-- | testing/luakit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/luakit/APKBUILD b/testing/luakit/APKBUILD index 7c177939ec..e06481b284 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" |