Hello Mike Percy, Kudu Jenkins, Adar Dembo, Grant Henke,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/15317
to look at the new patch set (#3).
Change subject: [thirdparty] bump cmake version up to 3.16.4
......................................................................
[thirdparty] bump cmake version up to 3.16.4
As it turned out, cmake versions prior to 3.11.2 had issues while
building Kudu with OpenJDK 11: cmake expects the 'javah' binary to be
present in JDK, but that's not the case since JDK 10. This patch
updates cmake in thirdparty up to 3.16.4 -- the latest released version
as of today.
NOTE: those issues do not manifest itself if JDK of older version
(e.g., JDK 1.8) is installed at the build machine along with
JDK 10 or newer.
There was a compilation issue while compiling cmake tests under CentOS6
with devtoolset-3, but Adar provided a work-around recipe to disable
building and running cmake tests. So, this patch also disables
building/running cmake tests, avoiding the compilation breakage and
saving time and CPU resources.
NOTE: Adar filed the following issue for cmake upstream:
https://gitlab.kitware.com/cmake/cmake/issues/20401
Change-Id: I1596f6127e3fc6d5715220bb39f1a893c8a8a8ae
---
M CMakeLists.txt
M thirdparty/build-definitions.sh
M thirdparty/vars.sh
3 files changed, 6 insertions(+), 5 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/17/15317/3
--
To view, visit http://gerrit.cloudera.org:8080/15317
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I1596f6127e3fc6d5715220bb39f1a893c8a8a8ae
Gerrit-Change-Number: 15317
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Mike Percy <[email protected]>