Skip to content

Commit

Permalink
imgtool: Install imgtool dependencies in fih-test
Browse files Browse the repository at this point in the history
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 <rustam.ismayilov@arm.com>
Change-Id: Id05f251024cf126d90d0fea22d21167329530f87
  • Loading branch information
rustammendel committed Aug 25, 2024
1 parent 57307e8 commit 8fc9b90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/fih_test_docker/execute_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ else
CMAKE_FIH_LEVEL="-DMCUBOOT_FIH_PROFILE=\"$FIH_LEVEL\""
fi

# Install imgtool dependencies
pip install -r $MCUBOOT_PATH/scripts/requirements.txt

# build TF-M with MCUBoot
mkdir -p $TFM_BUILD_DIR
cd $TFM_DIR
Expand Down

0 comments on commit 8fc9b90

Please sign in to comment.