Adar Dembo has submitted this change and it was merged. Change subject: build: properly clean up Python build artifacts ......................................................................
build: properly clean up Python build artifacts A change to the location of libkudu_client.so is percolating through gerrit and has exposed a problem in the Python build: Cython shared objects are not being rebuilt as often as they should be. The result is that at runtime, these shared objects can't find libkudu_client.so because their rpaths are stale. Let's give them a hand with some explicit cleanup. Change-Id: I31125cf7659fb37f88daabd1a35646526718ccd8 Reviewed-on: http://gerrit.cloudera.org:8080/1950 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Kudu Jenkins --- M build-support/jenkins/build-and-test.sh 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/1950 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I31125cf7659fb37f88daabd1a35646526718ccd8 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
