Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20805 )
Change subject: IMPALA-12445: Install the 'file' utility for Redhat9 ...................................................................... IMPALA-12445: Install the 'file' utility for Redhat9 The Redhat9 docker image currently doesn't have the 'file' utility installed, which means that the LLVM build will not strip symbols from LLVM binaries. This adds 'file' to the list of packages to install for Redhat 9. It also adds 'file' to the list of utilities that are expected to be installed. Testing: - Built a Redhat 9 docker image and ran a toolchain build - Built all docker images and verified that the new check for the 'file' utility passes Change-Id: If495ed3bdc5c15b796608e723502e44cca5a39ae Reviewed-on: http://gerrit.cloudera.org:8080/20805 Reviewed-by: Michael Smith <[email protected]> Tested-by: Joe McDonnell <[email protected]> --- M docker/all/assert-dependencies-present.py M docker/redhat9.df 2 files changed, 2 insertions(+), 0 deletions(-) Approvals: Michael Smith: Looks good to me, approved Joe McDonnell: Verified -- To view, visit http://gerrit.cloudera.org:8080/20805 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If495ed3bdc5c15b796608e723502e44cca5a39ae Gerrit-Change-Number: 20805 Gerrit-PatchSet: 4 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
