Skip to content

Commit e0a977f

Browse files
committed
no hal
Signed-off-by: Anas Nashif <[email protected]>
1 parent 847ca8e commit e0a977f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister-prep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
git clean -f -d
6464
git log --pretty=oneline | head -n 10
6565
west init -l . || true
66-
west config manifest.group-filter -- +ci,+optional
66+
west config manifest.group-filter -- +ci,+optional,-hal
6767
west config --global update.narrow true
6868
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)
6969
west forall -c 'git reset --hard HEAD'

0 commit comments

Comments
 (0)