From 83cecac7a49b21f2bd7e37c523fdc1786e5774a1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 12 May 2017 17:18:42 +0000 Subject: main/libnl: disable tests on s390x --- main/libnl/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main/libnl') diff --git a/main/libnl/APKBUILD b/main/libnl/APKBUILD index e57e903e8d..144c5a7dac 100644 --- a/main/libnl/APKBUILD +++ b/main/libnl/APKBUILD @@ -15,6 +15,11 @@ source="https://www.infradead.org/~tgr/libnl/files/$pkgname-$pkgver.tar.gz fix-includes.patch" builddir="$srcdir"/$pkgname-$pkgver +# tests does not work on s390x builder +case "$CARCH" in +s390x) options="$options !check";; +esac + build() { cd "$builddir" export CFLAGS="$CFLAGS -D_GNU_SOURCE" -- cgit v1.2.3