Adar Dembo has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/15445 )

Change subject: build-and-test.sh: fix TIDY build
......................................................................

build-and-test.sh: fix TIDY build

The Jenkins job that runs the TIDY build doesn't set JAVA8_HOME, which means
we wind up with an empty JAVA_HOME (different from an unset JAVA_HOME). This
causes cmake to produce an error:

  CMake Error at cmake_modules/FindJavaHome.cmake:54 (message):
    $JAVA_HOME () does not contain bin/java
  Call Stack (most recent call first):
    CMakeLists.txt:988 (find_package)

  -- Configuring incomplete, errors occurred!

Change-Id: I19e977c9ddbc25683882ad59766b0e4beb2967e0
Reviewed-on: http://gerrit.cloudera.org:8080/15445
Reviewed-by: Adar Dembo <[email protected]>
Tested-by: Adar Dembo <[email protected]>
---
M build-support/jenkins/build-and-test.sh
1 file changed, 4 insertions(+), 2 deletions(-)

Approvals:
  Adar Dembo: Looks good to me, approved; Verified

--
To view, visit http://gerrit.cloudera.org:8080/15445
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I19e977c9ddbc25683882ad59766b0e4beb2967e0
Gerrit-Change-Number: 15445
Gerrit-PatchSet: 2
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to