Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14892
Change subject: Fix prerequisites for building newer Kudu ...................................................................... Fix prerequisites for building newer Kudu Newer versions of Kudu require Java 8 to build, so all images need to use Java 8. This was already true for everything except Debian8. This switches the Debian8 docker container to use Java 8. This required getting openjdk-8-jdk from jessie-backports. (Good blog post on this: https://www.lucas-nussbaum.net/blog/?p=947 ) This adds a validation step to verify that java has version 1.8.0. Separately, Kudu's thirdparty compilation of curl requires being able to find krb5-config on the PATH. On SLES12, krb5-config is in /usr/lib/mit/bin, so this adds that directory to PATH if it exists. Change-Id: Id4e776ea715ad7d13a978bc69c898261c1582384 --- M docker/all/assert-dependencies-present.py A docker/debian/8/99no-check-valid-until M docker/debian/8/sources.list M docker/debian8.df M source/kudu/build.sh 5 files changed, 28 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/92/14892/1 -- To view, visit http://gerrit.cloudera.org:8080/14892 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id4e776ea715ad7d13a978bc69c898261c1582384 Gerrit-Change-Number: 14892 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
