Michael Smith has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19528
Change subject: CDPD-49242: Add SLES15 support ...................................................................... CDPD-49242: Add SLES15 support Adds support for building with SLES15 SP4. Adds a container definition for SLES15 based on public repositories. SLES 15 SP4 does not support Python 2 so we omit that from the build and symlink python to python3 for build dependencies. It also doesn't provide Java 8 packages, so we use Java 11 and explicitly set JAVA_HOME as Kudu's normal heuristics for finding JAVA_HOME didn't work. Fixes several invocations of python that unexpectedly used the system python instead of the python version built in the native-toolchain. Change-Id: Ie27521cdbec2f7e966e70c2b0a954d391bf1500d --- M Makefile M docker/all/assert-dependencies-present.py M docker/all/postinstall.sh A docker/sles15.df M in-docker.py M source/kudu/build.sh M source/python/build.sh M source/thrift/build.sh 8 files changed, 76 insertions(+), 8 deletions(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/28/19528/1 -- To view, visit http://gerrit.cloudera.org:8080/19528 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie27521cdbec2f7e966e70c2b0a954d391bf1500d Gerrit-Change-Number: 19528 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Smith <[email protected]>
