Skip to content

Update cov_build.sh - #96

Open
Abhinavpv28 wants to merge 3 commits into
developfrom
L2cerrtsel
Open

Update cov_build.sh#96
Abhinavpv28 wants to merge 3 commits into
developfrom
L2cerrtsel

Conversation

@Abhinavpv28

Copy link
Copy Markdown
Contributor

No description provided.

@Abhinavpv28
Abhinavpv28 requested a review from a team as a code owner March 18, 2026 17:13
Copilot AI review requested due to automatic review settings March 18, 2026 17:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Coverity build helper script to change how common_utilities is fetched/built as part of the dependency setup.

Changes:

  • Switch common_utilities clone from a specific feature branch to the default branch.
  • Update the common_utilities ./configure options to include --enable-mountutils.

Comment thread cov_build.sh Outdated
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"
Comment thread cov_build.sh
@@ -55,10 +55,10 @@ cp include/*.h /usr/local/include
sh build_inside_container.sh

cd ${ROOT}
Copilot AI review requested due to automatic review settings March 18, 2026 17:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the cov_build.sh dependency build step for common_utilities, switching to cloning the default branch and adjusting the configure options used when building that dependency.

Changes:

  • Update git clone of common_utilities to no longer pin to feature/upload_L2.
  • Change the common_utilities ./configure invocation (adds --enable-mountutils and alters how flags are passed).

Comment thread cov_build.sh
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 CFLAGS="-DL2_TEST_ENABLED -DRDK_LOGGER"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants