From 7b77bfc89670eff09388f6b657faa12e427ea88a Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 1 Jul 2017 00:11:09 +0000 Subject: main/audit: disable check on s390x for now. cc @tych0 --- main/audit/APKBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/audit/APKBUILD b/main/audit/APKBUILD index f84147f079..a43f8ae9ab 100644 --- a/main/audit/APKBUILD +++ b/main/audit/APKBUILD @@ -21,6 +21,10 @@ source="http://people.redhat.com/sgrubb/audit/audit-$pkgver.tar.gz " builddir="$srcdir/audit-$pkgver" +if [ "$CARCH" = "ppc64le" ]; then + options="!check" +fi + build() { if [ "$CARCH" = "ppc64le" ]; then WITHOUT="--without-python3 --without-python" -- cgit v1.2.3