Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24783 )
Change subject: [thirdparty] update yaml-cpp up to 0.9.0 version ...................................................................... [thirdparty] update yaml-cpp up to 0.9.0 version Along with several improvements and fixes since 0.8.0, the new version allows for building yaml-cpp with GCC-15 (e.g., on Ubuntu 26), so no extra patches are necessary on top of the upstream source code. In yaml-cpp 0.9.0 a new option YAML_ENABLE_PIC was introduced. Let's use it instead of manually adding -fPIC to the CC/CXX flags. With 0.9.0 version, enforcing the C++17 standard is necessary to avoid errors when compiling with CLANG-11 [1]. [1] https://github.com/jbeder/yaml-cpp/issues/1334 Change-Id: Idcce22fef6b1e1ce4e31dfab9224a1957e6a1022 Reviewed-on: http://gerrit.cloudera.org:8080/24783 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> --- M src/kudu/util/yamlreader.cc M thirdparty/build-definitions.sh D thirdparty/patches/yaml-fix-missing-cstdint-for-GCC15.patch M thirdparty/vars.sh 4 files changed, 20 insertions(+), 60 deletions(-) Approvals: Alexey Serbin: Verified Abhishek Chennaka: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/24783 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Idcce22fef6b1e1ce4e31dfab9224a1957e6a1022 Gerrit-Change-Number: 24783 Gerrit-PatchSet: 4 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Martonka <[email protected]>
