Skip to content

Commit 8fc9b90

Browse files
committed
imgtool: Install imgtool dependencies in fih-test
Install imgtool dependencies before tf-m build in fih-test to fix failing ci job due to ImportError, originating from missing new types added in cryptography library version 40.0.0. Signed-off-by: Rustam Ismayilov <[email protected]> Change-Id: Id05f251024cf126d90d0fea22d21167329530f87
1 parent 57307e8 commit 8fc9b90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/fih_test_docker/execute_test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ else
3333
CMAKE_FIH_LEVEL="-DMCUBOOT_FIH_PROFILE=\"$FIH_LEVEL\""
3434
fi
3535

36+
# Install imgtool dependencies
37+
pip install -r $MCUBOOT_PATH/scripts/requirements.txt
38+
3639
# build TF-M with MCUBoot
3740
mkdir -p $TFM_BUILD_DIR
3841
cd $TFM_DIR

0 commit comments

Comments
 (0)