Skip to content

Conversation

nordic-krch
Copy link
Contributor

@nordic-krch nordic-krch commented Sep 3, 2025

5718af0 introduced a regression where a warning was printed about unknown BOARD when rebuilding. Commit moved _find_board() to an earlier stage and that was failing during the rebuild. Instead of moving board finding earlier we can move parsing of the test_item to the later stage as it is needed only just before running cmake.

This is a regression introduced by #94231

@nordic-krch
Copy link
Contributor Author

Alternative solution to #95308

pdgendt
pdgendt previously approved these changes Sep 3, 2025
carlescufi
carlescufi previously approved these changes Sep 3, 2025
5718af0 introduced a regression where a warning was printed
about unknown BOARD when rebuilding. Commit moved _find_board()
to an earlier stage and that was failing during the rebuild. Instead
of moving board finding earlier we can move parsing of the test_item
to the later stage as it is needed only just before running cmake.

Signed-off-by: Krzysztof Chruściński <[email protected]>
@nordic-krch
Copy link
Contributor Author

@pdgendt @carlescufi can you reapprove? I've added blank line as suggested.

Copy link

sonarqubecloud bot commented Sep 3, 2025

@pdgendt
Copy link
Contributor

pdgendt commented Sep 3, 2025

@FelixWang47831 I think this change is preferred over #95308

@FelixWang47831
Copy link
Contributor

@pdgendt @nordic-krch
Thanks for your review and fix. I'll close my PR #95308

@henrikbrixandersen henrikbrixandersen merged commit 9f4bd38 into zephyrproject-rtos:main Sep 5, 2025
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: West West utility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants