aboutsummaryrefslogtreecommitdiffstats
path: root/main/pixman/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-09-26 15:25:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-09-26 15:43:12 +0000
commite64969147a7d661955931dfa94cf4e96c2a092a3 (patch)
tree91d74d1c43b4d6e221a89eff9acadd6df4a2a567 /main/pixman/APKBUILD
parentdc2926cf6191f943661ed714609bbc73692fd725 (diff)
downloadaports-e64969147a7d661955931dfa94cf4e96c2a092a3.tar.bz2
aports-e64969147a7d661955931dfa94cf4e96c2a092a3.tar.xz
main/pixman: disable tests on s390x
they hang so disable for now
Diffstat (limited to 'main/pixman/APKBUILD')
-rw-r--r--main/pixman/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/pixman/APKBUILD b/main/pixman/APKBUILD
index 5b1769b4d4..693fbe1a30 100644
--- a/main/pixman/APKBUILD
+++ b/main/pixman/APKBUILD
@@ -13,6 +13,11 @@ source="http://www.x.org/releases/individual/lib/$pkgname-$pkgver.tar.bz2
stacksize-reduction.patch
"
+# FIXME: checks on s390x
+case "$CARCH" in
+s390x) options="$options !check";;
+esac
+
builddir="$srcdir/$pkgname-$pkgver"
build() {