aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-12 22:55:39 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-12 22:55:39 +0000
commit8870dfec2f6318ee580bbdb197757d9872bd3ece (patch)
tree9d64798c6ddfc360d632f7e53ee3671ead4db302 /testing
parent6ab592dfc16ee7d51c1113c22f3c766f376a5346 (diff)
downloadaports-8870dfec2f6318ee580bbdb197757d9872bd3ece.tar.bz2
aports-8870dfec2f6318ee580bbdb197757d9872bd3ece.tar.xz
testing/mustach: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/mustach/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mustach/APKBUILD b/testing/mustach/APKBUILD
index fcb15532b9..1e701811b4 100644
--- a/testing/mustach/APKBUILD
+++ b/testing/mustach/APKBUILD
@@ -6,7 +6,7 @@ _sha=62f2b3c5625de3292ea86ca92a077e162db75911 # contains fully qualified soname
pkgrel=0
pkgdesc="C implementation of mustache templating"
url="https://gitlab.com/jobol/mustach"
-arch="all"
+arch="all !mips !mips64" # testsuite crashes on mips
license="Apache-2.0"
makedepends="json-c-dev valgrind"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"