lupyuen opened a new pull request, #15423: URL: https://github.com/apache/nuttx/pull/15423
## Summary `CONFIG_EXAMPLES_CHRONO` and `CONFIG_EXAMPLES_SLCD` are no longer needed in the defconfig for `stm32ldiscovery:chrono`, due to: - https://github.com/apache/nuttx-apps/pull/2926 This PR removes `CONFIG_EXAMPLES_CHRONO` and `CONFIG_EXAMPLES_SLCD` from `stm32ldiscovery:chrono` ```bash $ tools/refresh.sh --silent stm32ldiscovery:chrono Normalize stm32ldiscovery:chrono < CONFIG_EXAMPLES_CHRONO=y < CONFIG_EXAMPLES_SLCD=y ``` ## Impact After this PR: CI Job arm-12 will complete successfully. ## Testing ### Before The PR CI Job arm-12 fails the defconfig validation for `stm32ldiscovery:chrono`: https://gitlab.com/lupyuen/nuttx-build-log/-/snippets/4789583#L621 ```text Configuration/Tool: stm32ldiscovery/chrono,CONFIG_ARM_TOOLCHAIN_CLANG Normalize stm32ldiscovery/chrono < CONFIG_EXAMPLES_CHRONO=y < CONFIG_EXAMPLES_SLCD=y ``` ### After The PR CI Job arm-12 completes successfully, tested with Docker: ```bash sudo docker run \ -it \ ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \ /bin/bash cd git clone https://github.com/lupyuen2/wip-nuttx nuttx --branch stm32ldiscovery-chrono git clone https://github.com/apache/nuttx-apps apps pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd cd nuttx/tools/ci ./cibuild.sh -c -A -N -R testlist/arm-12.dat ``` TODO: Docker Log -- 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]
