From f0359610a28c169e651ebace130a6126ffbc123a Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Mon, 2 Sep 2024 12:10:21 -0300 Subject: [PATCH] DNM: try build newer TFM release This commit must be dropped on CI passes... Signed-off-by: Fabio Utzig --- ci/fih-tests_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/fih-tests_run.sh b/ci/fih-tests_run.sh index 023730682..58bfb873a 100755 --- a/ci/fih-tests_run.sh +++ b/ci/fih-tests_run.sh @@ -19,7 +19,7 @@ set -e pushd .. &&\ git clone https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git &&\ pushd trusted-firmware-m &&\ - git checkout 8faae452712b630dc69c24da61e84c88a901d2d4 &&\ + git checkout eb8ff0db7d657b77abcd0262d5bf7f38eb1e1cdc &&\ popd if [[ $GITHUB_ACTIONS == true ]]; then