Dan Burkert has submitted this change and it was merged. Change subject: Do not add thirdparty/bin to PATH in during builds ......................................................................
Do not add thirdparty/bin to PATH in during builds We sometimes build a custom Python version in thirdparty, which can make scripts fail when it accidently ends up on the path. This also adds the proper flags to TSAN to use the external llvm symbolizer in thirdparty. As a result, we no longer need asan_symbolizer.py, and it has been removed. Change-Id: I0fabe02686eca5e1ec3dbf901d95f36d0443dc41 Reviewed-on: http://gerrit.cloudera.org:8080/1678 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Internal Jenkins --- M LICENSE.txt M build-support/jenkins/build-and-test.sh M build-support/run-test.sh M src/kudu/scripts/benchmarks.sh M src/kudu/scripts/tpch.sh D thirdparty/asan_symbolize.py 6 files changed, 21 insertions(+), 383 deletions(-) Approvals: Internal Jenkins: Verified Adar Dembo: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/1678 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0fabe02686eca5e1ec3dbf901d95f36d0443dc41 Gerrit-PatchSet: 8 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Todd Lipcon <[email protected]>
