diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-03-04 21:45:19 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-03-04 21:45:29 +0000 |
commit | 7d5ad1ac1ca2cdbe85556c71e06f140a5423e29d (patch) | |
tree | 0fcaf4fd20f68c53ab45734348a79dab68a6f3d3 /main/gd | |
parent | 74450f80dc9d10488bfd4f2a90df45b190886167 (diff) | |
download | aports-7d5ad1ac1ca2cdbe85556c71e06f140a5423e29d.tar.bz2 aports-7d5ad1ac1ca2cdbe85556c71e06f140a5423e29d.tar.xz |
main/gd: skip tests
Diffstat (limited to 'main/gd')
-rw-r--r-- | main/gd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gd/APKBUILD b/main/gd/APKBUILD index 8b7980a4fe..34582ea156 100644 --- a/main/gd/APKBUILD +++ b/main/gd/APKBUILD @@ -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: |