testing/b3sum: disable on mips

This commit is contained in:
Ariadne Conill 2020-04-13 22:52:39 +00:00
parent 4b55901111
commit 0176fb479e

View File

@ -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"