mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +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>
|
# 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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user