aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cassandra-cpp-driver
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-09-22 10:38:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-09-22 10:38:11 +0000
commitb6b191cb348faa02bf6dee681863420febea0483 (patch)
treee72eecbc57711b47797d2157b94137ae68e69037 /testing/cassandra-cpp-driver
parent85fcfbcbdb738a6bb5a4303a84d15450fb16ce9d (diff)
testing/cassandra-cpp-driver: disable on armhf and aarch64
build fails with: /home/buildozer/aports/testing/cassandra-cpp-driver/src/cpp-driver-2.4.3/src/uuids.cpp:151:30: error: comparison is always false due to limited range of data type [-Werror=type-limits] if (hex_to_half_byte[p0] == -1 || hex_to_half_byte[p1] == -1) { ~~~~~~~~~~~~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/cassandra-cpp-driver/src/cpp-driver-2.4.3/src/uuids.cpp:151:60: error: comparison is always false due to limited range of data type [-Werror=type-limits] if (hex_to_half_byte[p0] == -1 || hex_to_half_byte[p1] == -1) { ~~~~~~~~~~~~~~~~~~~~~^~~~~
Diffstat (limited to 'testing/cassandra-cpp-driver')
-rw-r--r--testing/cassandra-cpp-driver/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cassandra-cpp-driver/APKBUILD b/testing/cassandra-cpp-driver/APKBUILD
index 036c886653a..08ae66635fd 100644
--- a/testing/cassandra-cpp-driver/APKBUILD
+++ b/testing/cassandra-cpp-driver/APKBUILD
@@ -6,7 +6,7 @@ pkgver=2.4.3
pkgrel=0
pkgdesc="Cassandra CPP Driver"
url="http://datastax.github.io/cpp-driver/"
-arch="all"
+arch="x86_64 x86"
license="ASL 2.0"
depends=
makedepends="cmake make openssl-dev libuv-dev"