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"