From 9f0c0720f958d6f3485f0aab90f412496d8b2551 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Fri, 10 Dec 2021 10:20:36 -0800 Subject: [PATCH] Fetch tools/adabot submodule for website build It's used by build_board_info.py --- tools/ci_fetch_deps.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/ci_fetch_deps.py b/tools/ci_fetch_deps.py index 8e450e7b57..b85d199b7c 100644 --- a/tools/ci_fetch_deps.py +++ b/tools/ci_fetch_deps.py @@ -73,8 +73,7 @@ elif target == "windows": # This builds one board from a number of ports so fill out a bunch of submodules submodules = ["extmod/", "lib/", "tools/", "ports/", "data/nvm.toml/"] elif target == "website": - # No submodules needed. - pass + submodules = ["tools/adabot/"] else: p = list(pathlib.Path(".").glob(f"ports/*/boards/{target}/mpconfigboard.mk")) if not p: