diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 05:25:21 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 05:25:21 +0000 |
commit | 4a493dd310c829e8541f07491129b360f1b69b20 (patch) | |
tree | 948391b38f1134032cd078de26029e2116ab03b5 /community | |
parent | 76e0f7aa31db5534e2277d83b88163b73a9b7605 (diff) | |
download | aports-4a493dd310c829e8541f07491129b360f1b69b20.tar.bz2 aports-4a493dd310c829e8541f07491129b360f1b69b20.tar.xz |
community/cpputest: disable on mips
Diffstat (limited to 'community')
-rw-r--r-- | community/cpputest/APKBUILD | 2 |
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" |