aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 05:25:21 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 05:25:21 +0000
commit4a493dd310c829e8541f07491129b360f1b69b20 (patch)
tree948391b38f1134032cd078de26029e2116ab03b5 /community
parent76e0f7aa31db5534e2277d83b88163b73a9b7605 (diff)
downloadaports-4a493dd310c829e8541f07491129b360f1b69b20.tar.bz2
aports-4a493dd310c829e8541f07491129b360f1b69b20.tar.xz
community/cpputest: disable on mips
Diffstat (limited to 'community')
-rw-r--r--community/cpputest/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cpputest/APKBUILD b/community/cpputest/APKBUILD
index b7be520bbf..ece82e4f31 100644
--- a/community/cpputest/APKBUILD
+++ b/community/cpputest/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.8
pkgrel=2
pkgdesc="A unit testing and mocking framework for C/C++"
url="http://cpputest.github.io/"
-arch="all"
+arch="all !mips !mips64" # FTBFS on soft-float (mips)
license="BSD-3-Clause"
options="!dbg"
makedepends="cmake"