Skip to content

Commit b1802eb

Browse files
committed
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 <[email protected]>
1 parent ea2fdeb commit b1802eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,7 @@ function ci_zephyr_install {
986986
}
987987

988988
function ci_zephyr_build {
989+
git submodule update --init lib/micropython-lib
989990
docker exec zephyr-ci west build -p auto -b qemu_x86 -- -DCONF_FILE=prj_minimal.conf
990991
docker exec zephyr-ci west build -p auto -b frdm_k64f
991992
docker exec zephyr-ci west build -p auto -b mimxrt1050_evk

0 commit comments

Comments
 (0)