Grant Henke has submitted this change and it was merged. ( 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-proto module. This change fixes the issue by defining a single CMake target to build the kudu-proto jar. Change-Id: Iefa02e52a74f8a60c3029188995574ffdb0d3d5c Reviewed-on: http://gerrit.cloudera.org:8080/16968 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Andrew Wong <[email protected]> --- M CMakeLists.txt M src/kudu/hms/CMakeLists.txt M src/kudu/subprocess/CMakeLists.txt 3 files changed, 13 insertions(+), 2 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved Andrew Wong: Looks good to me, approved -- 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: merged Gerrit-Change-Id: Iefa02e52a74f8a60c3029188995574ffdb0d3d5c Gerrit-Change-Number: 16968 Gerrit-PatchSet: 3 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
