From b1802eb0e1363fb7d0d2c618a3522b84978c77d2 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 16 Oct 2025 07:19:36 +1100 Subject: [PATCH] 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 --- tools/ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci.sh b/tools/ci.sh index 815e9bd4b1..b81794a6cc 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -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