Skip to content

RDKB-62974 RDKB-62976: Native build for Coverity - Updating Code#78

Merged
GoutamD2905 merged 2 commits intodevelopfrom
feature/update_native_build
Jan 29, 2026
Merged

RDKB-62974 RDKB-62976: Native build for Coverity - Updating Code#78
GoutamD2905 merged 2 commits intodevelopfrom
feature/update_native_build

Conversation

@sowmiyachelliah
Copy link
Copy Markdown
Contributor

Reason for change: Enable coverity scan using native build.
Test Procedure: All the checks should pass in github
Risks: Low
Priority: P1
Signed-off-by: sowmiya_chelliah@comcast.com

Copilot AI review requested due to automatic review settings January 29, 2026 06:44
@sowmiyachelliah sowmiyachelliah requested review from a team as code owners January 29, 2026 06:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 run_external_build.sh script to pass configuration and directory path arguments to common_external_build.sh, aligning with the native build workflow for Coverity static analysis.

Changes:

  • Modified common_external_build.sh invocation to accept component configuration and directory path parameters

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread cov_docker_script/run_external_build.sh Outdated
log "Running common_external_build.sh from build_tools_workflows..."
cd "$NATIVE_COMPONENT_DIR"
"$BUILD_TOOLS_DIR/cov_docker_script/common_external_build.sh"
"$BUILD_TOOLS_DIR/cov_docker_script/common_external_build.sh" "$SCRIPT_DIR/component_config.json" "$NATIVE_COMPONENT_DIR"
Copy link

Copilot AI Jan 29, 2026

Choose a reason for hiding this comment

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

Trailing whitespace detected at the end of this line. This should be removed to maintain code cleanliness.

Suggested change
"$BUILD_TOOLS_DIR/cov_docker_script/common_external_build.sh" "$SCRIPT_DIR/component_config.json" "$NATIVE_COMPONENT_DIR"
"$BUILD_TOOLS_DIR/cov_docker_script/common_external_build.sh" "$SCRIPT_DIR/component_config.json" "$NATIVE_COMPONENT_DIR"

Copilot uses AI. Check for mistakes.
Copilot AI review requested due to automatic review settings January 29, 2026 06:50
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@GoutamD2905 GoutamD2905 merged commit 38c7de0 into develop Jan 29, 2026
15 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 29, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants