Details
Description
The s390x-sles-12-rpm-autobake builder is failing consistently as shown here:
/buildbot/s390x-sles-12-rpm-autobake/build/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/tpool/tpool_generic.cc:132:21: warning: requested alignment 256 is larger than 64 [-Wattributes]
|
struct alignas(CPU_LEVEL1_DCACHE_LINESIZE) worker_data
|
…
|
/buildbot/s390x-sles-12-rpm-autobake/build/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/storage/innobase/include/ut0counter.h:118:2: error: static assertion failed:
|
static_assert(sizeof(Element<Type>) == CPU_LEVEL1_DCACHE_LINESIZE, "");
|
Probably the compiler needs to be updated.