aboutsummaryrefslogtreecommitdiffstats
path: root/testing/numactl/APKBUILD
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2019-02-07 22:27:59 +0100
committerHenrik Riomar <henrik.riomar@gmail.com>2019-02-07 22:27:59 +0100
commitf899f6aeaaa4848a734e2c9eda73471fce0a503d (patch)
tree5d58cac44dcb6a939759a0e33421593953e8c9b3 /testing/numactl/APKBUILD
parentbd42e2a3f2bd8452367747b5b43ca77f50b9152f (diff)
downloadaports-f899f6aeaaa4848a734e2c9eda73471fce0a503d.tar.bz2
aports-f899f6aeaaa4848a734e2c9eda73471fce0a503d.tar.xz
testing/numactl: disable tests on s390x
FAIL: distance test
Diffstat (limited to 'testing/numactl/APKBUILD')
-rw-r--r--testing/numactl/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/testing/numactl/APKBUILD b/testing/numactl/APKBUILD
index dec2786503..ccfe62950e 100644
--- a/testing/numactl/APKBUILD
+++ b/testing/numactl/APKBUILD
@@ -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"