Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/24783
to look at the new patch set (#3).
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
---
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(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/83/24783/3
--
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: newpatchset
Gerrit-Change-Id: Idcce22fef6b1e1ce4e31dfab9224a1957e6a1022
Gerrit-Change-Number: 24783
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)