mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
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) {
~~~~~~~~~~~~~~~~~~~~~^~~~~
This commit is contained in:
parent
85fcfbcbdb
commit
b6b191cb34
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user