diff options
Diffstat (limited to 'testing/rav1e/APKBUILD')
-rw-r--r-- | testing/rav1e/APKBUILD | 2 |
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" |