Joe McDonnell has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/23968 )
Change subject: IMPALA-14508/IMPALA-14513/IMPALA-14717: Bump toolchain to pick
up new CMake / OpenLDAP / Curl
......................................................................
IMPALA-14508/IMPALA-14513/IMPALA-14717: Bump toolchain to pick up new CMake /
OpenLDAP / Curl
This uses a new toolchain to fix a few different JIRAs:
1. This bumps the version of CMake to 3.31.11
- CMake changed its policy around PackageName_ROOT variables to
allow the all-caps (PACKAGENAME_ROOT) and we adopt the new policy.
- CMake deprecated its current FindBoost module, and this switches to
this BoostConfig.cmake file. This removes a bunch of legacy options
around this.
2. This bumps the version of OpenLDAP to 2.5.20 (which required OpenSSL 1.1.1)
3. This bumps the verison of Curl to 8.17.0 (which requires fixing the
error message in one test)
4. This changes the CMake code to require OpenSSL 1.1.1.
Testing:
- Ran core job
Change-Id: Icc3a6d965a04a761cd443e27214dec811ec9863f
Reviewed-on: http://gerrit.cloudera.org:8080/23968
Reviewed-by: Joe McDonnell <[email protected]>
Reviewed-by: Michael Smith <[email protected]>
Tested-by: Joe McDonnell <[email protected]>
---
M CMakeLists.txt
M be/CMakeLists.txt
M bin/impala-config.sh
M cmake_modules/FindHDFS.cmake
M cmake_modules/FindThriftCpp.cmake
M cmake_modules/kudu_cmake_fns.txt
M fe/src/test/java/org/apache/impala/customcluster/JwtHttpTest.java
7 files changed, 36 insertions(+), 46 deletions(-)
Approvals:
Joe McDonnell: Looks good to me, but someone else must approve; Verified
Michael Smith: Looks good to me, approved
--
To view, visit http://gerrit.cloudera.org:8080/23968
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Icc3a6d965a04a761cd443e27214dec811ec9863f
Gerrit-Change-Number: 23968
Gerrit-PatchSet: 17
Gerrit-Owner: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>