aboutsummaryrefslogtreecommitdiffstats
path: root/testing/b3sum
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-13 22:52:39 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-13 22:52:39 +0000
commit0176fb479e151ae49e2dd83a302cfcee8f334a4d (patch)
tree09ff3454682b2f38d9cb4f5a590170429e337ca4 /testing/b3sum
parent4b5590111157780c4f35c0e9b5f8ef175aa1086c (diff)
downloadaports-0176fb479e151ae49e2dd83a302cfcee8f334a4d.tar.bz2
aports-0176fb479e151ae49e2dd83a302cfcee8f334a4d.tar.xz
testing/b3sum: disable on mips
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 60ae6aefe9..84568ccc31 100644
--- a/testing/b3sum/APKBUILD
+++ b/testing/b3sum/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.3.1
pkgrel=0
pkgdesc="Command line implementation of the BLAKE3 hash function"
url="https://blake3.io"
-arch="all !s390x !armhf" # armhf: 'vaddq_u32': target specific option mismatch
+arch="all !s390x !armhf !mips !mips64" # 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"