You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Adar Dembo (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/01/28 21:58:20 UTC

[kudu-CR] build: properly clean up Python build artifacts

Adar Dembo has uploaded a new change for review.

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

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
---
M build-support/jenkins/build-and-test.sh
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/50/1950/1
-- 
To view, visit http://gerrit.cloudera.org:8080/1950
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I31125cf7659fb37f88daabd1a35646526718ccd8
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Adar Dembo <ad...@cloudera.com>