From 22900247244d0d4e295a1bb749f6722bb78e96b0 Mon Sep 17 00:00:00 2001 From: Abhinavpv28 <162570454+Abhinavpv28@users.noreply.github.com> Date: Wed, 18 Mar 2026 22:42:39 +0530 Subject: [PATCH 1/3] Update cov_build.sh --- cov_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cov_build.sh b/cov_build.sh index d16ae844a..9b0d0c806 100755 --- a/cov_build.sh +++ b/cov_build.sh @@ -55,10 +55,10 @@ cp include/*.h /usr/local/include sh build_inside_container.sh cd ${ROOT} -git clone https://github.com/rdkcentral/common_utilities.git -b feature/upload_L2 +git clone https://github.com/rdkcentral/common_utilities.git cd common_utilities autoreconf -i -./configure --enable-rdkcertselector --prefix=${INSTALL_DIR} CFLAGS="-Wno-stringop-truncation -DL2_TEST_ENABLED -DRDK_LOGGER" +./configure --enable-rdkcertselector --enable-mountutils -DL2_TEST_ENABLED -DRDK_LOGGER" cp uploadutils/*.h /usr/local/include make make install From 0b61c284f3650a999cfe2376ef2527694cc5c4f5 Mon Sep 17 00:00:00 2001 From: Abhinavpv28 <162570454+Abhinavpv28@users.noreply.github.com> Date: Wed, 18 Mar 2026 22:45:51 +0530 Subject: [PATCH 2/3] Update cov_build.sh --- cov_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cov_build.sh b/cov_build.sh index 9b0d0c806..f0a31251c 100755 --- a/cov_build.sh +++ b/cov_build.sh @@ -58,7 +58,7 @@ cd ${ROOT} git clone https://github.com/rdkcentral/common_utilities.git cd common_utilities autoreconf -i -./configure --enable-rdkcertselector --enable-mountutils -DL2_TEST_ENABLED -DRDK_LOGGER" +./configure "--enable-rdkcertselector --enable-mountutils -DL2_TEST_ENABLED -DRDK_LOGGER" cp uploadutils/*.h /usr/local/include make make install From 443e392638dc7a22347d65c4f0fb02032cc5c926 Mon Sep 17 00:00:00 2001 From: Abhinavpv28 <162570454+Abhinavpv28@users.noreply.github.com> Date: Wed, 18 Mar 2026 22:46:52 +0530 Subject: [PATCH 3/3] Update cov_build.sh --- cov_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cov_build.sh b/cov_build.sh index f0a31251c..4ce08c3e7 100755 --- a/cov_build.sh +++ b/cov_build.sh @@ -58,7 +58,7 @@ cd ${ROOT} git clone https://github.com/rdkcentral/common_utilities.git cd common_utilities autoreconf -i -./configure "--enable-rdkcertselector --enable-mountutils -DL2_TEST_ENABLED -DRDK_LOGGER" +./configure --enable-rdkcertselector --enable-mountutils CFLAGS="-DL2_TEST_ENABLED -DRDK_LOGGER" cp uploadutils/*.h /usr/local/include make make install