Bankim Bhavsar has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16114 )
Change subject: [docs][docker] KUDU-3159 Fix missing devtoolset3 package on el6 ...................................................................... [docs][docker] KUDU-3159 Fix missing devtoolset3 package on el6 devtoolset3 package is no longer available on software collections causing build failures when building kudu from source on RHEL/CentOS 6. Using one of the only available unofficial copr repositories to install devtoolset3 since devtoolset3 is EOL already and we plan to migrate to a newer compiler version and hence a newer devtoolset for RHEL/CentOS 6 soon. Separate JIRA KUDU-3160 tracks upgrading devtoolset version for el6. Tests: - Successfully ran kudu-unit tests using devtoolset3 downloaded from the repo on an internal cloudera test job. - Verified doc instructions using ascii doc plugin in CLion IDE - Partially verified build with docker BASES=centos:6 docker/docker-build.sh on Mac OS 10.15.4 Verified from console that devtoolset3 repo was installed. However ran into issue while building kudu-python from what looks like an unrelated issue due to failure to find kudu_client library. Change-Id: I9c4b9546c835df26f993ed6164e92f2d4c55c3fe Reviewed-on: http://gerrit.cloudera.org:8080/16114 Tested-by: Kudu Jenkins Reviewed-by: Grant Henke <[email protected]> --- M docker/bootstrap-dev-env.sh M docs/installation.adoc 2 files changed, 9 insertions(+), 13 deletions(-) Approvals: Kudu Jenkins: Verified Grant Henke: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/16114 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9c4b9546c835df26f993ed6164e92f2d4c55c3fe Gerrit-Change-Number: 16114 Gerrit-PatchSet: 4 Gerrit-Owner: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Todd Lipcon <[email protected]>
