Skip to content

RDKEMW-18167: ctrlm cleanup warnings during ci build - #278

Open
msmith113 wants to merge 6 commits into
developfrom
feature/RDKEMW-18167
Open

RDKEMW-18167: ctrlm cleanup warnings during ci build#278
msmith113 wants to merge 6 commits into
developfrom
feature/RDKEMW-18167

Conversation

@msmith113

Copy link
Copy Markdown
Contributor

@msmith113
msmith113 marked this pull request as ready for review August 26, 2026 14:14
@msmith113
msmith113 requested a review from a team as a code owner August 26, 2026 14:14
Copilot AI lite review requested due to automatic review settings August 26, 2026 14:14

Copilot AI left a comment

Copy link
Copy Markdown

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 CI coverage build script for the ctrlm-main plugin to stop suppressing -Werror, aligning CI builds with the project’s CMake configuration that enables -Werror via target_compile_options.

Changes:

  • Remove -Wno-error from CMAKE_CXX_FLAGS and CMAKE_C_FLAGS passed to CMake in ci/cov_build.sh.
  • Remove the post-configure find ... sed ... step that previously stripped -Werror from generated Ninja/Make flags files.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@egalla204 egalla204 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.

approved for test

Copilot AI review requested due to automatic review settings August 31, 2026 19:01

Copilot AI left a comment

Copy link
Copy Markdown

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 2 out of 2 changed files in this pull request and generated 2 comments.

Comment thread ci/build_dependencies.sh Outdated
Comment thread ci/build_dependencies.sh Outdated
Copilot AI review requested due to automatic review settings August 31, 2026 19:12

Copilot AI left a comment

Copy link
Copy Markdown

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 2 out of 2 changed files in this pull request and generated 1 comment.

Suppressed comments (1)

ci/build_dependencies.sh:74

  • The dependency fetch is hard-pinned to a feature branch (feature/RDKEMW-18167). CI becomes non-reproducible and can break if the branch is force-pushed or deleted; it would be safer to pin to a commit SHA (or at least make the ref configurable and document why it’s not develop).
git clone --depth 1 --filter=blob:none --sparse --branch feature/RDKEMW-18167 https://github.com/rdkcentral/meta-rdk-oss-reference.git

Comment thread ci/build_dependencies.sh Outdated
Copilot AI review requested due to automatic review settings August 31, 2026 19:19

Copilot AI left a comment

Copy link
Copy Markdown

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 2 out of 2 changed files in this pull request and generated no new comments.

Suppressed comments (1)

ci/build_dependencies.sh:74

  • The CI dependency clone is now pinned to a mutable feature branch (feature/RDKEMW-18167) in meta-rdk-oss-reference. This can make CI non-reproducible and fragile if the branch is rebased or deleted; consider pinning to an immutable tag/commit SHA (or at least making the ref an explicit, centrally-managed variable) so builds remain deterministic.
git clone --depth 1 --filter=blob:none --sparse --branch feature/RDKEMW-18167 https://github.com/rdkcentral/meta-rdk-oss-reference.git

Copilot AI review requested due to automatic review settings August 31, 2026 19:53

Copilot AI left a comment

Copy link
Copy Markdown

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 2 out of 2 changed files in this pull request and generated 1 comment.

Comment thread ci/build_dependencies.sh
Copilot AI review requested due to automatic review settings August 31, 2026 20:04

Copilot AI left a comment

Copy link
Copy Markdown

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 2 out of 2 changed files in this pull request and generated no new comments.

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.

3 participants