aboutsummaryrefslogtreecommitdiffstats
path: root/testing/b3sum
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-01-18 10:31:40 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-01-18 10:31:40 +0100
commitabac13dd49175b83c37af9735166d4ede9ce2de3 (patch)
tree379ed156f5cee77a4ea4a93b06b1282c057f2009 /testing/b3sum
parent420a32708c174c49b5e8aff4bf2f077a5ecace11 (diff)
downloadaports-abac13dd49175b83c37af9735166d4ede9ce2de3.tar.bz2
aports-abac13dd49175b83c37af9735166d4ede9ce2de3.tar.xz
testing/b3sum: disable on armhf
'vaddq_u32': target specific option mismatch
Diffstat (limited to 'testing/b3sum')
-rw-r--r--testing/b3sum/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/b3sum/APKBUILD b/testing/b3sum/APKBUILD
index 442d275b13..63eb45302a 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"