Wenzhe Zhou has posted comments on this change. ( http://gerrit.cloudera.org:8080/17772 )
Change subject: IMPALA-10857: Add curl 7.78.0 to native-toolchain ...................................................................... Patch Set 1: curl 7.78.0 is the latest release version. cmake-3.14.3 source code contains libcurl source code in directory Utilities/cmcurl. cmcurl/include/curl/curlver.h shows it's 7.62.0. There is an option CMAKE_USE_SYSTEM_CURL in cmake-3.14.3/CMakeLists.txt. If the option is on, it will use curl installed on build machine, otherwise use its built-in libcurl. I guess the cause for IMPALA-10853 is cmake use the libcurl on build machine. -- To view, visit http://gerrit.cloudera.org:8080/17772 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Iab535ef20abb9790056ec22015f8d6d8d33cef6d Gerrit-Change-Number: 17772 Gerrit-PatchSet: 1 Gerrit-Owner: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]> Gerrit-Comment-Date: Wed, 18 Aug 2021 18:10:22 +0000 Gerrit-HasComments: No
