Yingchun Lai has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20057 )
Change subject: [build] Update libraries to be excluded in SLES15 SP4 ...................................................................... [build] Update libraries to be excluded in SLES15 SP4 Recently during the build of minicluster from build-support/mini-cluster/build_mini_cluster_binaries.sh we found that libcurl built from third party is dependent on the library libjitterentropy. While invesitgating if this dependency is present just because libjitterentropy is present in the machine and curl picking it up while building, we found that this library libjitterentropy is present in SLES15 SP4 out of the box. We also found having libjitterentropy in a RHEL 9 machine didn't cause the dependency behavior from libcurl i.e. it is not dependent on libjitterentropy. To avoid these build issues in SELS 15 SP4, libjitterentropy needs to be excluded when copying the libraries to be distributed. On a side note libjitterentropy is also BSD and GPLv2 licensed. Change-Id: I8152d7baaa944e1573c076b36980c73902c426ca Reviewed-on: http://gerrit.cloudera.org:8080/19749 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> (cherry picked from commit 91f8033867d85941fbf75e28e4d0f506090cfa45) Reviewed-on: http://gerrit.cloudera.org:8080/20057 Reviewed-by: Yingchun Lai <[email protected]> --- M build-support/mini-cluster/relocate_binaries_for_mini_cluster.py 1 file changed, 5 insertions(+), 1 deletion(-) Approvals: Kudu Jenkins: Verified Yingchun Lai: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/20057 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.17.x Gerrit-MessageType: merged Gerrit-Change-Id: I8152d7baaa944e1573c076b36980c73902c426ca Gerrit-Change-Number: 20057 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]>
