From 0176fb479e151ae49e2dd83a302cfcee8f334a4d Mon Sep 17 00:00:00 2001
From: Ariadne Conill <ariadne@dereferenced.org>
Date: Mon, 13 Apr 2020 22:52:39 +0000
Subject: [PATCH] testing/b3sum: disable on mips

---
 testing/b3sum/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/b3sum/APKBUILD b/testing/b3sum/APKBUILD
index 60ae6aefe9f6..84568ccc3157 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"
-- 
GitLab