aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cmocka
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-02 21:30:55 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-02 21:32:35 +0200
commitbcbcb71d7a89675f89e1de484bcd96319ef999aa (patch)
tree0e1cd562bf2f656f3c98aa326fd7853d1650a939 /testing/cmocka
parent68515274a6f28b3faaa2ef1fc0bed21d8a9a260e (diff)
testing/cmocka: disable on aarch64 due to build error
[ 1%] Building C object src/CMakeFiles/cmocka_shared.dir/cmocka.c.o [ 3%] Building C object src/CMakeFiles/cmocka_static.dir/cmocka.c.o In file included from /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/src/cmocka.c:61:0: /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/include/cmocka.h:126:28: error: conflicting types for 'uintptr_t' typedef unsigned int uintptr_t; ^~~~~~~~~ In file included from /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/src/cmocka.c:61:0: /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/include/cmocka.h:126:28: error: conflicting types for 'uintptr_t' typedef unsigned int uintptr_t; ^~~~~~~~~ In file included from /usr/include/stdint.h:20:0, from /usr/include/inttypes.h:9, from /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/src/cmocka.c:27: /usr/include/bits/alltypes.h:109:24: note: previous declaration of 'uintptr_t' was here typedef unsigned _Addr uintptr_t; ^~~~~~~~~ In file included from /usr/include/stdint.h:20:0, from /usr/include/inttypes.h:9, from /home/buildozer/aports/testing/cmocka/src/cmocka-1.1.0/src/cmocka.c:27: /usr/include/bits/alltypes.h:109:24: note: previous declaration of 'uintptr_t' was here typedef unsigned _Addr uintptr_t;
Diffstat (limited to 'testing/cmocka')
-rw-r--r--testing/cmocka/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cmocka/APKBUILD b/testing/cmocka/APKBUILD
index 4229f71d94e..34027a4871b 100644
--- a/testing/cmocka/APKBUILD
+++ b/testing/cmocka/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.1.0
pkgrel=0
pkgdesc="An elegant unit testing framework for C with support for mock objects"
url="https://cmocka.org/"
-arch="all"
+arch="all !aarch64"
license="ASL-2.0"
depends=""
makedepends="cmake"