From 4ea11f80e9242269f119d26b94cc76e5df858dd1 Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Thu, 15 Oct 2020 16:38:34 +0200 Subject: [PATCH] .buildkite: temporary fix to manually install imgtool Force CI to manually install imgtool, which is needed for sanitycheck to build and run the TF-M integration samples with MCUboot (where MCUboot is built from the TF-M external project). Signed-off-by: Ioannis Glaropoulos --- .buildkite/run.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.buildkite/run.sh b/.buildkite/run.sh index b8c8f6f3733..2f4c0734893 100755 --- a/.buildkite/run.sh +++ b/.buildkite/run.sh @@ -53,6 +53,10 @@ ccache -s # lpcxpresso11u68 boards pip3 install lpc_checksum +# Temporary fix: Install imgtool, needed for MCUboot to sign images +# when builindg the TF-M integration samples +pip3 install imgtool + if [ -n "${DAILY_BUILD}" ]; then SANITYCHECK_OPTIONS=" --inline-logs -N --build-only --all --retry-failed 3 -v " echo "--- DAILY BUILD"