Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24455 )
Change subject: IMPALA-15099: Fix SLES15 container build ...................................................................... IMPALA-15099: Fix SLES15 container build The SLES15 container build is failing, because it is unable to find the Python headers. We install Python 2, but it is looking for /usr/include/python3.6m/Python.h. Since we don't need Python 2 anymore, this switches to the builtin python3 / python3-devel packages, which fixes the issue. Testing: - Built SLES15 container Change-Id: I60619a5ead3b05a58f5317567ec92542e92fa683 Reviewed-on: http://gerrit.cloudera.org:8080/24455 Reviewed-by: Michael Smith <[email protected]> Reviewed-by: Yida Wu <[email protected]> Reviewed-by: Laszlo Gaal <[email protected]> Tested-by: Joe McDonnell <[email protected]> --- M docker/sles15.df 1 file changed, 4 insertions(+), 5 deletions(-) Approvals: Michael Smith: Looks good to me, but someone else must approve Yida Wu: Looks good to me, but someone else must approve Laszlo Gaal: Looks good to me, approved Joe McDonnell: Verified -- To view, visit http://gerrit.cloudera.org:8080/24455 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I60619a5ead3b05a58f5317567ec92542e92fa683 Gerrit-Change-Number: 24455 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]>
