8 Commits

Author SHA1 Message Date
Timo Teräs
fe22d5f3bc testing/rethinkdb: disable on arm
* Warning: ARM support is still experimental

... and it fails with:

In file included from ./src/containers/printf_buffer.hpp:11:0,
                 from ./src/containers/archive/archive.hpp:10,
                 from ./src/rdb_protocol/serialize_datum.hpp:6,
                 from src/rdb_protocol/serialize_datum.cc:2:
./src/errors.hpp: In function 'size_t ql::datum_get_element_offset(const shared_buf_ref_t<char>&, size_t)':
./src/errors.hpp:122:9: error: 'element_offset' may be used uninitialized in this function [-Werror=maybe-uninitialized]
         if (!(cond)) {                  \
         ^
src/rdb_protocol/serialize_datum.cc:939:18: note: 'element_offset' was declared here
         uint64_t element_offset;
                  ^
    [155/400] CC build/release_system/obj/rdb_protocol/artificial_table/caching_cfeed_backend.o
cc1plus: all warnings being treated as errors
src/build.mk:381: recipe for target 'build/release_system/obj/rdb_protocol/serialize_datum.o' failed
2016-04-06 11:13:20 +00:00
Carlo Landmeter
c2f63a68ae testing/rethinkdb: upgrade to 2.2.3 2016-01-17 10:47:27 +01:00
Bartłomiej Piotrowski
b4a13e7314 Do not delete *.la files manually
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
2015-09-10 13:59:03 +02:00
Carlo Landmeter
192b0db66f testing/rethinkdb: check for arch 2015-07-04 18:02:41 +00:00
Carlo Landmeter
fd734b5b45 testing/rethinkdb: enable and set paxmark 2015-07-04 17:45:44 +00:00
Carlo Landmeter
68d43253f2 testing/rethinkdb: disable because of grsec 2015-07-04 11:03:10 +02:00
Carlo Landmeter
064eb20dc2 testing/rethinkdb: add missing patch 2015-07-04 10:53:31 +02:00
Carlo Landmeter
5801c4b456 testing/rethinkdb: new aport 2015-07-04 10:50:24 +02:00