Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
add protobuf tools
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
  • Loading branch information
galak committed Mar 26, 2021
1 parent 6ed0620 commit 6d30b5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shippable/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,7 @@ pip3 install -r https://raw.githubusercontent.com/mcu-tools/mcuboot/master/scrip

# imgtool, needed for MCUboot to sign images (i.e. for TF-M S/NS builds)
pip3 install -q imgtool

# install protobuf packages
apt-get install -y protobuf-compiler
pip3 install -q protobuf

0 comments on commit 6d30b5f

Please sign in to comment.