Open ycsin opened 12 months ago
Thanks for filing this! You can see DT warnings every day at https://github.com/thesofproject/sof/actions/workflows/daily-tests.yml Recent example: https://github.com/thesofproject/sof/actions/runs/6764790187/job/18383560016
@nashif , @tejlmand , @mbolivar-ampere, @galak,... is there a build option to make Device Tree warnings fatal in SOF CI? We already use --cmake-args=
for the compiler, could it be used for Device Tree too? https://github.com/thesofproject/sof/commit/f97183a8c496
Github Actions doesn't have anything to surface warnings; it does not have the concept.
Is your enhancement proposal related to a problem? Please describe. Compiling the
intel_adsp_cavs*
boards might generated the following warnings:https://github.com/zephyrproject-rtos/zephyr/blob/d5a1a8bf04c9a4a1f7b9c73f2426368e93844143/dts/xtensa/intel/intel_adsp_cavs25.dtsi#L141-L144
Describe the solution you'd like Compiling those boards shouldn't produce any warnings in the terminal.
Describe alternatives you've considered Ignore the issue.