Skip to content

Commit 1675684

Browse files
committed
bootstrap.sh: also install protobuf and grpcio-tools in venv
1 parent 1f44932 commit 1675684

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

extra/bootstrap.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@ done
1414

1515
python3 -m venv venv
1616
source venv/bin/activate
17-
pip install west
17+
pip install west protobuf grpcio-tools
1818
west init -l .
1919
west config manifest.project-filter -- "$HAL_FILTER"
2020
west update "$@"
2121
west zephyr-export
2222
pip install -r ../zephyr/scripts/requirements-base.txt
2323
west sdk install --version 0.17.0 -t arm-zephyr-eabi
24-
25-
for hal in $NEEDED_HALS; do
26-
west blobs fetch $hal
27-
done
24+
west blobs fetch $NEEDED_HALS

0 commit comments

Comments
 (0)