Skip to content

Commit 713bb79

Browse files
RcColesnvlsianpu
authored andcommitted
ci: Update TF-M version
To fix a regression caused by f684738, where an older TF-M version was used that didn't support the bootutil cmake. Signed-off-by: Raef Coles <[email protected]>
1 parent ddd390a commit 713bb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/fih-tests_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -e
1919
pushd .. &&\
2020
git clone https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git &&\
2121
pushd trusted-firmware-m &&\
22-
git checkout 8501b37db8e038ce39eb7f1039a514edea92c96e &&\
22+
git checkout 7ad5c5f23f4619add4aa6c88f4b25fc6fd84ec6e &&\
2323
popd
2424

2525
if test -z "$FIH_LEVEL"; then

0 commit comments

Comments
 (0)