mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/numactl: disable tests on s390x
FAIL: distance test
This commit is contained in:
parent
bd42e2a3f2
commit
f899f6aeaa
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user