From abac13dd49175b83c37af9735166d4ede9ce2de3 Mon Sep 17 00:00:00 2001
From: Rasmus Thomsen <oss@cogitri.dev>
Date: Sat, 18 Jan 2020 10:31:40 +0100
Subject: [PATCH] testing/b3sum: disable on armhf

'vaddq_u32': target specific option mismatch
---
 testing/b3sum/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/b3sum/APKBUILD b/testing/b3sum/APKBUILD
index 442d275b13cc..63eb45302ace 100644
--- a/testing/b3sum/APKBUILD
+++ b/testing/b3sum/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.1.1
 pkgrel=0
 pkgdesc="Command line implementation of the BLAKE3 hash function"
 url="https://blake3.io"
-arch="all !s390x"
+arch="all !s390x !armhf" # armhf: 'vaddq_u32': target specific option mismatch
 license="CC0-1.0 OR Apache-2.0"
 makedepends="cargo"
 source="b3sum-$pkgver.tar.gz::https://crates.io/api/v1/crates/b3sum/$pkgver/download"
-- 
GitLab