Hello Mike Percy, Brian McDevitt, Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/12310
to look at the new patch set (#4).
Change subject: [build] Fix mini cluster binary relocation on Mac OS
......................................................................
[build] Fix mini cluster binary relocation on Mac OS
On Mac OS the ssl libs like `libssl.1.0.0.dylib` are read only.
When relocate_binaries_for_mini_cluster.py tries to copy
these read only libs, the build fails because the file
already exists and cannot be replaced.
This patch changes the copy_file method to stop matching
the permissions of the copied files. Additionally it clears the
artifact root on every run to ensure old files are not left behind.
Change-Id: Ib653b175ba2d0e5563509aecac372c9829eca2f5
---
M build-support/relocate_binaries_for_mini_cluster.py
1 file changed, 4 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/10/12310/4
--
To view, visit http://gerrit.cloudera.org:8080/12310
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib653b175ba2d0e5563509aecac372c9829eca2f5
Gerrit-Change-Number: 12310
Gerrit-PatchSet: 4
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Brian McDevitt <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Mike Percy <[email protected]>