We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847ca8e commit e0a977fCopy full SHA for e0a977f
.github/workflows/twister-prep.yaml
@@ -63,7 +63,7 @@ jobs:
63
git clean -f -d
64
git log --pretty=oneline | head -n 10
65
west init -l . || true
66
- west config manifest.group-filter -- +ci,+optional
+ west config manifest.group-filter -- +ci,+optional,-hal
67
west config --global update.narrow true
68
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)
69
west forall -c 'git reset --hard HEAD'
0 commit comments