aboutsummaryrefslogtreecommitdiffstats
path: root/testing/b3sum/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/b3sum/APKBUILD')
-rw-r--r--testing/b3sum/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/b3sum/APKBUILD b/testing/b3sum/APKBUILD
index 60ae6aefe9f..84568ccc315 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"