Skip to content

Commit

Permalink
use west config in prepare_sources.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wsipak committed Nov 22, 2023
1 parent b4ac120 commit d0cc452
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ jobs:
cd zephyrproject/zephyr
pip3 -q install -r scripts/requirements.txt
cd ..
west config manifest.group-filter -- +ci,+optional
west update
west zephyr-export
cd ..
Expand Down
1 change: 1 addition & 0 deletions scripts/prepare_sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ wait
# Zephyrproject setup
west init -l zephyrproject/zephyr
cd zephyrproject
west config manifest.group-filter -- +ci,+optional

for i in $(seq 1 5)
do
Expand Down

0 comments on commit d0cc452

Please sign in to comment.