Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12310 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/12310 Reviewed-by: Mike Percy <[email protected]> Tested-by: Grant Henke <[email protected]> --- M build-support/relocate_binaries_for_mini_cluster.py 1 file changed, 4 insertions(+), 2 deletions(-) Approvals: Mike Percy: Looks good to me, approved Grant Henke: Verified -- 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: merged Gerrit-Change-Id: Ib653b175ba2d0e5563509aecac372c9829eca2f5 Gerrit-Change-Number: 12310 Gerrit-PatchSet: 5 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]>
