.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 <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2020-10-15 16:38:34 +02:00
commit 4ea11f80e9

View file

@ -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"