aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php8-pecl-zstd/APKBUILD
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2020-12-05 06:35:35 +0200
committerAndy Postnikov <apostnikov@gmail.com>2020-12-05 06:43:20 +0200
commit7fa2af445cb0207866a9d881b7261567e964e375 (patch)
treeb845a159d7ace9617baa38ad526f6c20528fad61 /testing/php8-pecl-zstd/APKBUILD
parent2c2777bb3c2074c866337e8f97e1afaa7cdca120 (diff)
testing/php8-pecl-zstd: disable on armhf
because tests fail on builder
Diffstat (limited to 'testing/php8-pecl-zstd/APKBUILD')
-rw-r--r--testing/php8-pecl-zstd/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php8-pecl-zstd/APKBUILD b/testing/php8-pecl-zstd/APKBUILD
index 867ea4cd2c7..5942b9df1cc 100644
--- a/testing/php8-pecl-zstd/APKBUILD
+++ b/testing/php8-pecl-zstd/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.9.0
pkgrel=0
pkgdesc="PHP 8 Zstandard extension - PECL"
url="https://pecl.php.net/package/zstd"
-arch="all"
+arch="all !armhf" # tests fails on armhf builders
license="MIT"
depends="php8-common"
makedepends="php8-dev zstd-dev"