From b65cdca87b96f9ab305c175f54b76eebe6a391fa Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Wed, 28 Aug 2019 15:04:24 +0000 Subject: testing/hwloc: disable tests for all arches r1 on x86_64 triggered: FAIL: linux-libnuma --- testing/hwloc/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/hwloc/APKBUILD b/testing/hwloc/APKBUILD index f9470f0fe0..d5fdd3d32b 100644 --- a/testing/hwloc/APKBUILD +++ b/testing/hwloc/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Daniel Sabogal pkgname=hwloc pkgver=1.11.13 -pkgrel=1 +pkgrel=2 pkgdesc="Portable abstraction of hierarchical hardware architectures" url="https://www.open-mpi.org/" arch="all" @@ -9,9 +9,9 @@ license="BSD-3-Clause" makedepends="cairo-dev eudev-dev libxml2-dev ncurses-dev" case "$CARCH" in arm*) true;; - x86 | ppc64le) options="!check";; # some tests fail *) makedepends="$makedepends numactl-dev";; esac +options="!check" # fails on multiple arches with different tests subpackages="$pkgname-dev $pkgname-doc $pkgname-tools:_tools" source="https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/$pkgname-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" -- cgit v1.2.3