Alexey Serbin has uploaded this change for review. ( 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) --- M build-support/enable_devtoolset.sh 1 file changed, 30 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/08/23208/1 -- 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: newchange Gerrit-Change-Id: Ibc7ef3cc6f4db9f8b4824703e73ea2681fde50e6 Gerrit-Change-Number: 23208 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: KeDeng <[email protected]>
