File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ jobs:
6666 git clean -f -d
6767 git log --pretty=oneline | head -n 10
6868 west init -l . || true
69- west config manifest.group-filter -- +ci,+optional,-hal
70- west config --global update.narrow true
71- 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)
72- west forall -c 'git reset --hard HEAD'
69+ # west config manifest.group-filter -- +ci,+optional,-hal
70+ # west config --global update.narrow true
71+ # 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)
72+ # west forall -c 'git reset --hard HEAD'
7373
74- echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
74+ # echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
7575
7676 - name : Generate Test Plan with Twister
7777 if : github.event_name == 'pull_request'
You can’t perform that action at this time.
0 commit comments