aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2020-06-15 01:44:56 +0300
committerAndy Postnikov <apostnikov@gmail.com>2020-06-15 01:44:56 +0300
commit8231e3d86e62fbbf4b8b7bf5235e5f43d19c2e4a (patch)
tree7bb598f0b5d3b351237700e400606cdcae9e71bd /testing
parent6c652122c4c2ac5f0585ece21928ee7f5cbd4307 (diff)
testing/rav1e: disable for armhf, tests fail
Diffstat (limited to 'testing')
-rw-r--r--testing/rav1e/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rav1e/APKBUILD b/testing/rav1e/APKBUILD
index 242da35bfa8..e82cac928cf 100644
--- a/testing/rav1e/APKBUILD
+++ b/testing/rav1e/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="The fastest and safest AV1 encoder"
url="https://github.com/xiph/rav1e"
arch="all !s390x !mips !mips64" # no cargo for s390x
-arch="$arch !x86 !armv7" # tests fail on these archies
+arch="$arch !x86 !armv7 !armhf" # tests fail on these archies
license="BSD-2-Clause custom"
makedepends="cargo cargo-c nasm openssl-dev"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs"