zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.71k stars 6.54k forks source link

ci: missing kernel MBEDTLS_ENTROPY_ENABLED symbol break CI #77518

Closed avolkov-1221 closed 1 month ago

avolkov-1221 commented 1 month ago

Describe the bug

Hello

The latest merged mbestls related PR break the CI on unrelated projects due to bugs in some Kconfig(s). Particularly my PR stop building due to missing MBEDTLS_ENTROPY_ENABLED symbol (while it's not used mbedTLS at all).

To Reproduce

Just activate the CI build.

Expected behavior

Impact

Logs and console output

The output of broken CI can be found here: https://github.com/zephyrproject-rtos/zephyr/actions/runs/10539828148/job/29203831920

Environment (please complete the following information):

Additional context

henrikbrixandersen commented 1 month ago

Should be fixed by https://github.com/zephyrproject-rtos/zephyr/pull/77517