From ac6290460ea520d341226aa53e0d6f30c0edbc3b Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Thu, 15 Jun 2023 10:39:14 +0000 Subject: [PATCH] testing/hdr10plus-tool: disable on armv7 --- testing/hdr10plus-tool/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/hdr10plus-tool/APKBUILD b/testing/hdr10plus-tool/APKBUILD index 112bae61b151..46533b8aee60 100644 --- a/testing/hdr10plus-tool/APKBUILD +++ b/testing/hdr10plus-tool/APKBUILD @@ -5,8 +5,8 @@ pkgver=1.6.0 pkgrel=0 pkgdesc="CLI utility to work with HDR10+ in HEVC files" url="https://github.com/quietvoid/hdr10plus_tool" -# armhf: fails tests -arch="all !armhf" +# arm: fails tests +arch="all !armhf !armv7" license="MIT" makedepends="cargo cargo-auditable fontconfig-dev" checkdepends="font-opensans" -- GitLab