From be904e34b5a05ed8d2c9530668f58b4f812c6a9a Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Tue, 19 Sep 2017 16:35:39 +0000 Subject: [PATCH] community/ilmbase: disable tests on x86 for now bug filed upstream: https://github.com/openexr/openexr/issues/247 --- community/ilmbase/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/ilmbase/APKBUILD b/community/ilmbase/APKBUILD index 75094919858..430d9e2fd49 100644 --- a/community/ilmbase/APKBUILD +++ b/community/ilmbase/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Mark Riedesel pkgname=ilmbase pkgver=2.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Base libraries from ILM for OpenEXR" url="http://www.openexr.com" arch="all" @@ -30,6 +30,7 @@ build() { } check() { + [ "$CARCH" != x86 ] || return 0 cd "$builddir" make check }