tools/ci.sh: Init micropython-lib submodule for zephyr build.

The zephyr port doesn't have a Makefile so can't run `make submodules`.
Instead they must be explicitly initialized.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2025-10-16 07:19:36 +11:00
parent ea2fdebce2
commit b1802eb0e1

View File

@@ -986,6 +986,7 @@ function ci_zephyr_install {
}
function ci_zephyr_build {
git submodule update --init lib/micropython-lib
docker exec zephyr-ci west build -p auto -b qemu_x86 -- -DCONF_FILE=prj_minimal.conf
docker exec zephyr-ci west build -p auto -b frdm_k64f
docker exec zephyr-ci west build -p auto -b mimxrt1050_evk