Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/1990
to look at the new patch set (#3).
Change subject: Remove TSAN suppressions for protobuf
......................................................................
Remove TSAN suppressions for protobuf
We now build protobuf with TSAN instrumentation enabled. So, we shouldn't need
to suppress anything from the library. This required adding -DTHREAD_SANITIZER
to the instrumented protobuf build so that the TSAN instrumentation got built
in.
Change-Id: I0b4a2066dfc4b4e83c5c0a35bb8e5aa8f42d9147
---
M build-support/tsan-suppressions.txt
M thirdparty/build-definitions.sh
M thirdparty/build-thirdparty.sh
3 files changed, 4 insertions(+), 6 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/90/1990/3
--
To view, visit http://gerrit.cloudera.org:8080/1990
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0b4a2066dfc4b4e83c5c0a35bb8e5aa8f42d9147
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Kudu Jenkins