Hello Marton Greber, Alexey Serbin, Kudu Jenkins, Abhishek Chennaka,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/23740

to look at the new patch set (#3).

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 java/kudu-flatbuffers/build.gradle
M thirdparty/build-thirdparty.sh
2 files changed, 5 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/40/23740/3
--
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: newpatchset
Gerrit-Change-Id: Id45e8c98e43df7d769a87b41e50f4781ca234061
Gerrit-Change-Number: 23740
Gerrit-PatchSet: 3
Gerrit-Owner: Zoltan Martonka <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>
Gerrit-Reviewer: Zoltan Martonka <[email protected]>

Reply via email to