Zoltan Martonka has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23740
Change subject: Fix clean TSAN build. ...................................................................... Fix clean TSAN build. If you run: git clean -xfd (or start with a clean vm). BUILD_TYPE=TSAN ./build-support/jenkins/build-and-test.sh It fails, because thirdparty/installed/uninstrumented/bin/flatc is hardwired in java/kudu-flatbuffers/build.gradle. There is no reason to include the tsan version instead. Solution: Build the uninstrumented version even for TSAN build. Fix clean TSAN build. If you run: git clean -xfd (or start with a clean VM), then BUILD_TYPE=TSAN ./build-support/jenkins/build-and-test.sh it fails because thirdparty/installed/uninstrumented/bin/flatc is hard-wired in java/kudu-flatbuffers/build.gradle. Solution: Build the uninstrumented version even for TSAN builds. Change-Id: Id45e8c98e43df7d769a87b41e50f4781ca234061 --- M thirdparty/build-thirdparty.sh 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/40/23740/1 -- To view, visit http://gerrit.cloudera.org:8080/23740 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id45e8c98e43df7d769a87b41e50f4781ca234061 Gerrit-Change-Number: 23740 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Martonka <[email protected]>
