dcgong2917 commented on PR #19945:
URL: https://github.com/apache/nuttx/pull/19945#issuecomment-5421256576

     The arm-08 CI failure here is unrelated to this PR. It comes from a 
pre-existing regression on master.
   
     Commit c92b1ed9ac ("boards: update LVGLTERM requirements", 2026-08-25) 
added a redundant CONFIG_PSEUDOTERM=y line to:
     - boards/arm/stm32h7/linum-stm32h753bi/configs/lvglterm/defconfig
     - boards/arm/stm32h7/linum-stm32h753bi/configs/lvglterm_kbda/defconfig
   
     That symbol is pulled in automatically via select, so savedefconfig (the 
CI "Normalize" step) strips it, leaving a dirty tree and failing the build 
after 4 retry attempts:
   
     31d30
     < CONFIG_PSEUDOTERM=y
     56d54
     < CONFIG_PIPES=y
     ...
           modified:   
boards/arm/stm32h7/linum-stm32h753bi/configs/lvglterm/defconfig
           modified:   
boards/arm/stm32h7/linum-stm32h753bi/configs/lvglterm_kbda/defconfig
   
     These lines are still present on the latest master and affect any PR whose 
test list includes arm-08. This RTC driver change does not touch those boards. 
Could a maintainer re-run / override once the upstream defconfig is cleaned up?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to