From: svaidhya Date: Mon, 10 Jun 2024 16:20:47 +0000 (+0530) Subject: [Task-ID: ODUHIGH-608] | Fix for o-du-l2-docker-verify-master failure X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F12953%2F5;hp=fc7d3ce9647a7da04f5a67fa34419076069defc1;p=o-du%2Fl2.git [Task-ID: ODUHIGH-608] | Fix for o-du-l2-docker-verify-master failure Change-Id: I57afe0479824a404b50e99fa299c6646c63dfd16 Signed-off-by: svaidhya --- diff --git a/build/scripts/install_lib_O1.sh b/build/scripts/install_lib_O1.sh index eefeb48e3..ef2d20ecb 100755 --- a/build/scripts/install_lib_O1.sh +++ b/build/scripts/install_lib_O1.sh @@ -97,7 +97,8 @@ install_netconf_lib() { #1. libssh cd $NETCONF_PATH && \ - git clone -c http.sslverify=false -b v0-7 --depth 1 https://git.libssh.org/projects/libssh.git && \ + git clone -c http.sslverify=false --depth 1 https://github.com/libssh/libssh-mirror.git && \ + mv libssh-mirror libssh && \ cd libssh; mkdir build; cd build && \ cmake .. && \ make && \