From f5075b19bd2d11d6c7eab97d7dd68cd65bc6b031 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Mon, 8 Apr 2019 12:50:45 +0000 Subject: main/gd: disable tests for more arches FAIL: gdimagecopyresampled/bug00201 FAIL: gdimagegrayscale/basic --- main/gd/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/gd/APKBUILD b/main/gd/APKBUILD index 8b7980a4fe..9a5ffe91c0 100644 --- a/main/gd/APKBUILD +++ b/main/gd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter pkgname=gd pkgver=2.2.5 -pkgrel=2 +pkgrel=3 _pkgreal=lib$pkgname pkgdesc="Library for the dynamic creation of images by programmers" url="https://libgd.github.io/" @@ -19,7 +19,7 @@ source="https://github.com/$_pkgreal/$_pkgreal/releases/download/$pkgname-$pkgve " builddir="$srcdir/$_pkgreal-$pkgver" case "$CARCH" in - aarch64|x86) options="!check" ;; # https://github.com/libgd/libgd/issues/359 + aarch64|x86|ppc64le|s390x) options="!check" ;; # https://github.com/libgd/libgd/issues/359 esac # secfixes: -- cgit v1.2.3