diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-07-12 13:21:43 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-07-12 13:22:59 +0300 |
commit | 2bae66907ee682bdd69450024edc23fda89d38a8 (patch) | |
tree | af344c7453b49ee10658aef5bbb1dd75c45e4a5d /community/zstd/APKBUILD | |
parent | f9b2ceeda967c070ce643175c3249637094ccf55 (diff) | |
download | aports-2bae66907ee682bdd69450024edc23fda89d38a8.tar.bz2 aports-2bae66907ee682bdd69450024edc23fda89d38a8.tar.xz |
community/zstd: disable on armhf and ppc64le
armhf: unable to execute tests with "Bus error"
ppc64le: test suite fails
Diffstat (limited to 'community/zstd/APKBUILD')
-rw-r--r-- | community/zstd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/zstd/APKBUILD b/community/zstd/APKBUILD index af9b91aec6..b0365d6e2f 100644 --- a/community/zstd/APKBUILD +++ b/community/zstd/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.3.0 pkgrel=0 pkgdesc="Zstandard - Fast real-time compression algorithm" url="http://www.zstd.net" -arch="all" +arch="all !armhf !ppc64le" license="BSD" checkdepends="file" subpackages="$pkgname-dev $pkgname-doc" |