From 230b04f3f9cb0211e8950563810bddc076fe17d3 Mon Sep 17 00:00:00 2001 From: svaidhya Date: Mon, 10 Jun 2024 21:50:47 +0530 Subject: [PATCH] [Task-ID: ODUHIGH-608] | Fix for o-du-l2-docker-verify-master failure Change-Id: I57afe0479824a404b50e99fa299c6646c63dfd16 Signed-off-by: svaidhya --- build/scripts/install_lib_O1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 && \ -- 2.16.6