Hello Zoltan Chovan, Alexey Serbin, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/23116
to look at the new patch set (#2).
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, 30 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/16/23116/2
--
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: newpatchset
Gerrit-Change-Id: Ibc7ef3cc6f4db9f8b4824703e73ea2681fde50e6
Gerrit-Change-Number: 23116
Gerrit-PatchSet: 2
Gerrit-Owner: KeDeng <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Zoltan Chovan <[email protected]>