Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23116 )
Change subject: [build] Add support for Rocky in build toolchain scripts ...................................................................... [build] Add support for Rocky in build toolchain scripts This patch introduces a custom_run_at_rocky() helper function that configures the build environment to use the system-provided GCC and G++ compilers on Rocky Linux. If ccache is available and CC/CXX are unset, the function enables ccache by setting CC and CXX accordingly. The function mimics the behavior of custom_run_at_sles(), but targets Rocky Linux systems using the default compiler toolchain. Currently, the function has been tested on Rocky Linux 9 only. It may not cover all versions of Rocky Linux. Future adjustments will be made as issues arise on other versions. Change-Id: Ibc7ef3cc6f4db9f8b4824703e73ea2681fde50e6 Reviewed-on: http://gerrit.cloudera.org:8080/23116 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M build-support/enable_devtoolset.sh 1 file changed, 30 insertions(+), 0 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23116 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ibc7ef3cc6f4db9f8b4824703e73ea2681fde50e6 Gerrit-Change-Number: 23116 Gerrit-PatchSet: 3 Gerrit-Owner: KeDeng <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Zoltan Chovan <[email protected]>
