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