-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Silabs] Fix unit test builds following cherry-pick update merge #41598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Silabs] Fix unit test builds following cherry-pick update merge #41598
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request addresses a build failure for unit tests on Silabs platforms. The changes correctly refactor the build configuration by moving linker flag definitions from args.gni to a dedicated config in BUILD.gn and applying it to the efr32_test_main target. This improves modularity and resolves the build issue. The removal of now-redundant imports in args.gni is also a good cleanup. The changes are correct and well-focused.
|
PR #41598: Size comparison from 4bdd883 to 537b65c Full report (84 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Summary
PR fixes the unit tests builds following #41143 merge into the release branch.
Configuration changes were missing to be able to build the unit tests.
Related issues
Fixes CI failure from #41143
Testing
CI
Readability checklist
The checklist below will help the reviewer finish PR review in time and keep the
code readable:
descriptive
“When in Rome…”
rule (coding style)
See: Pull Request Guidelines