.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:
parent
a814f47c0c
commit
4ea11f80e9
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue