testing/numactl: disable tests on s390x

FAIL: distance test
This commit is contained in:
Henrik Riomar 2019-02-07 22:27:59 +01:00
parent bd42e2a3f2
commit f899f6aeaa

View File

@ -1,7 +1,7 @@
# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
pkgname=numactl
pkgver=2.0.12
pkgrel=1
pkgrel=2
pkgdesc="Simple NUMA policy support"
url="https://github.com/numactl/numactl"
# ARM lacks the __NR_migrate_pages syscall
@ -9,6 +9,9 @@ arch="all !armhf !armv7"
license="GPL-2.0 LGPL-2.0"
makedepends="autoconf automake libtool linux-headers"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"
case "$CARCH" in
s390x) options="!check";; # FAIL: distance test
esac
source="$pkgname-$pkgver.tar.gz::https://github.com/numactl/$pkgname/archive/v$pkgver.tar.gz
musl.patch"
builddir="$srcdir/$pkgname-$pkgver"