Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23054
Change subject: [thirdparty] don't use system curl for cmake build ...................................................................... [thirdparty] don't use system curl for cmake build An update was introduced with curl v8.13.0 [1] that breaks cmake 3.25.3 compilation if using curl's v8.13.0 and newer header files. This changelist disables using system curl header files for a while. Hopefully, next cmake version in Kudu's 3rd-party will have the issue addressed, so it will be possible to use system curl again to speed up 3rd-party compilation. It would be possible to make a decision on using the system curl based on the version of libcurl reported by pkg-config, but I'm not exactly sure it's worth it. [1] https://github.com/curl/curl/commit/2ec00372a Change-Id: I2ec9f079667a374f04664abf4a9e840c86b3b7bf Reviewed-on: http://gerrit.cloudera.org:8080/23048 Tested-by: Marton Greber <[email protected]> Reviewed-by: Gabriella Lotz <[email protected]> Reviewed-by: Marton Greber <[email protected]> (cherry picked from commit 68c30f181d2241489fb08580071e03c3a956cbcc) --- M thirdparty/build-definitions.sh 1 file changed, 15 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/54/23054/1 -- To view, visit http://gerrit.cloudera.org:8080/23054 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.18.x Gerrit-MessageType: newchange Gerrit-Change-Id: I2ec9f079667a374f04664abf4a9e840c86b3b7bf Gerrit-Change-Number: 23054 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
