From 6d30b5f8b54a7f569f28b1bcfea8180ecd463df5 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 26 Mar 2021 11:12:02 -0500 Subject: [PATCH] add protobuf tools Signed-off-by: Kumar Gala --- shippable/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shippable/install.sh b/shippable/install.sh index c814b43..1003afa 100755 --- a/shippable/install.sh +++ b/shippable/install.sh @@ -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