Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16968
Change subject: [build] Fix occasional Gradle build failures ...................................................................... [build] Fix occasional Gradle build failures Occasionally, on a clean build environment often as a part of the CI pipline, the C++ build will fail with cryptic often Protobuf related failures. It turns out this is a result of multiple ./gradlew calls which depend on the kudu-client and therefore kudu-proto module. This change fixes the issue by defining a single CMake target to build the kudu-client. Change-Id: Iefa02e52a74f8a60c3029188995574ffdb0d3d5c --- M CMakeLists.txt M src/kudu/hms/CMakeLists.txt M src/kudu/subprocess/CMakeLists.txt 3 files changed, 13 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/68/16968/1 -- To view, visit http://gerrit.cloudera.org:8080/16968 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iefa02e52a74f8a60c3029188995574ffdb0d3d5c Gerrit-Change-Number: 16968 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
