Skip to content

Commit b4309d3

Browse files
committed
ci: doc-build.yml: do not tweak manifest.project-filter unnecessarily
The documentation build shouldn't need to pull in anything beyond what's active by default in the west.yml manifest. In fact, due to the way the manifest_projects_table.py script currently works, it is important that have a local west config that's "vanilla" so that the table of active/inactive projects is correct. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 545d40e commit b4309d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/doc-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ jobs:
112112
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
113113
114114
west init -l . || true
115-
west config manifest.group-filter -- +ci,+optional
116115
west config --global update.narrow true
117116
west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.update.log || west update --path-cache /repo-cache/zephyrproject 2>&1 1> west.update.log || ( rm -rf ../modules ../bootloader ../tools && west update --path-cache /repo-cache/zephyrproject)
118117
west forall -c 'git reset --hard HEAD'

0 commit comments

Comments
 (0)