1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00

community/openexr: disable check on s390x

This commit is contained in:
psykose 2023-02-11 08:16:04 +00:00
parent 6840d4b787
commit 6cd14b51fa

View file

@ -71,6 +71,13 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/openexr/openexr/archive/v$pk
# - CVE-2017-9115
# - CVE-2017-9116
case "$CARCH" in
s390x)
# fails a bunch of tests
options="$options !check"
;;
esac
build() {
CFLAGS="$CFLAGS -O2 -flto=auto" \
CXXFLAGS="$CXXFLAGS -O2 -flto=auto" \