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>
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
}