Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24788 )
Change subject: KUDU-3803: Add support for building Kudu with GCC 15 ...................................................................... KUDU-3803: Add support for building Kudu with GCC 15 This makes minor changes to the thirdparty build to support GCC 15: - Specify C17 for the postgresql build - Patch LLVM, Yaml, and RocksDB to add the cstdint header Testing: - Built Kudu with GCC 15 - Built Kudu with an older system compiler Change-Id: I1e8a32837a1d9d6eb6b9dcc3c0369f42ce229ebc Reviewed-on: http://gerrit.cloudera.org:8080/24788 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M thirdparty/build-definitions.sh A thirdparty/patches/llvm-gcc15-fix-missing-cstdint-include.patch A thirdparty/patches/rocksdb-gcc15-part1.patch A thirdparty/patches/rocksdb-gcc15-part2.patch A thirdparty/patches/rocksdb-gcc15-part3.patch A thirdparty/patches/yaml-fix-missing-cstdint-for-GCC15.patch M thirdparty/vars.sh 7 files changed, 189 insertions(+), 4 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/24788 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1e8a32837a1d9d6eb6b9dcc3c0369f42ce229ebc Gerrit-Change-Number: 24788 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
