Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21944 )
Change subject: IMPALA-13458: Fix installing curl on Red Hat variants for dockerised tests ...................................................................... IMPALA-13458: Fix installing curl on Red Hat variants for dockerised tests Red Hat 8 and 9 as well as their variants (e.g. Rocky Linux) preinstall the curl-minimal package as a prerequisite for their package manager. Unfortunately this conflicts with the installation of the full-blown curl package when the Impala daemon Docker images are built during a dockerised test run. The failure is caused by the two packages having slightly different version numbers. Fix this the same way as in bootstrap_system.sh: add the --allowerasing flag to the yum command line to let yum/DNF substitute the full curl version for the preinstalled curl-minimal package. Tested by executing dockerised tests on Rocky Linux 9.2 Change-Id: I30fa0f13a77ef2a939a1b754014a78c171443c71 Reviewed-on: http://gerrit.cloudera.org:8080/21944 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M docker/install_os_packages.sh 1 file changed, 5 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/21944 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I30fa0f13a77ef2a939a1b754014a78c171443c71 Gerrit-Change-Number: 21944 Gerrit-PatchSet: 5 Gerrit-Owner: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]>
