From 4a493dd310c829e8541f07491129b360f1b69b20 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 8 Apr 2020 05:25:21 +0000 Subject: community/cpputest: disable on mips --- community/cpputest/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') 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" -- cgit v1.2.3