KeDeng has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23208 )
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]> (cherry picked from commit 49811adc3b2ef606808f02a084e4e484f8195633) Reviewed-on: http://gerrit.cloudera.org:8080/23208 Tested-by: Kudu Jenkins Reviewed-by: Zoltan Chovan <[email protected]> Reviewed-by: KeDeng <[email protected]> --- M build-support/enable_devtoolset.sh 1 file changed, 30 insertions(+), 0 deletions(-) Approvals: Kudu Jenkins: Verified Zoltan Chovan: Looks good to me, but someone else must approve KeDeng: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/23208 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.18.x Gerrit-MessageType: merged Gerrit-Change-Id: Ibc7ef3cc6f4db9f8b4824703e73ea2681fde50e6 Gerrit-Change-Number: 23208 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: KeDeng <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Zoltan Chovan <[email protected]>
