Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24458 )
Change subject: IMPALA-14786: Add support for building on SLES 16 ...................................................................... IMPALA-14786: Add support for building on SLES 16 This adds a SLES 16 build container. Like Redhat 10, this container uses JDK 17, as Impala no longer needs Java 8 support. SLES 16 uses GCC 15, which switches to C23 by default, so this fixes the binutils and gdb builds by manually specifying C11. Change-Id: Ie8777922d7f91841cfe924aa40fb8e3f2ca786bf Reviewed-on: http://gerrit.cloudera.org:8080/24458 Reviewed-by: Laszlo Gaal <[email protected]> Tested-by: Joe McDonnell <[email protected]> --- M Makefile A docker/sles16.df M in-docker.py M source/binutils/build.sh M source/gdb/build.sh 5 files changed, 64 insertions(+), 1 deletion(-) Approvals: Laszlo Gaal: Looks good to me, approved Joe McDonnell: Verified -- To view, visit http://gerrit.cloudera.org:8080/24458 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie8777922d7f91841cfe924aa40fb8e3f2ca786bf Gerrit-Change-Number: 24458 Gerrit-PatchSet: 6 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
