community/ilmbase: disable tests on x86 for now

bug filed upstream: https://github.com/openexr/openexr/issues/247
This commit is contained in:
Roberto Oliveira 2017-09-19 16:35:39 +00:00
parent d48789f5dc
commit be904e34b5

View File

@ -2,7 +2,7 @@
# Maintainer: Mark Riedesel <mark+alpine@klowner.com> # Maintainer: Mark Riedesel <mark+alpine@klowner.com>
pkgname=ilmbase pkgname=ilmbase
pkgver=2.2.0 pkgver=2.2.0
pkgrel=2 pkgrel=3
pkgdesc="Base libraries from ILM for OpenEXR" pkgdesc="Base libraries from ILM for OpenEXR"
url="http://www.openexr.com" url="http://www.openexr.com"
arch="all" arch="all"
@ -30,6 +30,7 @@ build() {
} }
check() { check() {
[ "$CARCH" != x86 ] || return 0
cd "$builddir" cd "$builddir"
make check make check
} }