Adar Dembo has submitted this change and it was merged. Change subject: build-and-test: only run cmake once ......................................................................
build-and-test: only run cmake once Running it twice as we were before was confusing, and the way in which we'd override BUILD_TYPE was error-prone (e.g. the ASAN-specific check for disabling core dumps was broken). Change-Id: I8f9eb27d69ac4d120a0bdad1d1695b4f59b12641 Reviewed-on: http://gerrit.cloudera.org:8080/4401 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M build-support/jenkins/build-and-test.sh 1 file changed, 38 insertions(+), 21 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4401 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8f9eb27d69ac4d120a0bdad1d1695b4f59b12641 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
