Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20334 )
Change subject: [build-support] fix build on CentOS/RHEL ...................................................................... [build-support] fix build on CentOS/RHEL This pach fixes building Kudu on CentOS/RHEL. 7747a7c01 introduced an update on build_support/enable_devtoolset.sh script that has broken the build. In addition, it turns out the lsb_release utility might not be available at some Linux distributions, e.g. CentOS/RHEL 9 [1]. This patch updates the enable_devtoolset.sh script accordingly. This is a follow-up to 7747a7c0149d6e8f894ad3216c54db9f27b3d372. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1964381 Change-Id: Ia8069c09bc5be174b40b7b9cff856af4ad54652a Reviewed-on: http://gerrit.cloudera.org:8080/19833 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> (cherry picked from commit 58e42b476abd4234f6a83f765253b2b7779a9046) Reviewed-on: http://gerrit.cloudera.org:8080/20334 Reviewed-by: Yingchun Lai <[email protected]> Tested-by: Kudu Jenkins --- M build-support/enable_devtoolset.sh 1 file changed, 80 insertions(+), 39 deletions(-) Approvals: Yingchun Lai: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/20334 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.17.x Gerrit-MessageType: merged Gerrit-Change-Id: Ia8069c09bc5be174b40b7b9cff856af4ad54652a Gerrit-Change-Number: 20334 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yifan Zhang <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]>
