mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/ilmbase: disable tests on x86 for now
bug filed upstream: https://github.com/openexr/openexr/issues/247
This commit is contained in:
parent
d48789f5dc
commit
be904e34b5
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user