From 4a34b0fed1a2c3e0399695a458f0fbe20106f4c8 Mon Sep 17 00:00:00 2001 From: Tamas Ban Date: Wed, 22 Feb 2023 14:07:45 +0100 Subject: [PATCH] ci: Update TF-M version to be aligned with FIH library changes So far the FIH CI job was fetching a WIP change from TF-M Gerrit to align the MCUboot and TF-M from the FIH library point of view. This change is replacing to fetch the final version instead of the WIP change. Signed-off-by: Tamas Ban --- ci/fih-tests_run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/fih-tests_run.sh b/ci/fih-tests_run.sh index 5036bb13..02373068 100755 --- a/ci/fih-tests_run.sh +++ b/ci/fih-tests_run.sh @@ -1,6 +1,6 @@ #!/bin/bash -x -# Copyright (c) 2020-2022 Arm Limited +# Copyright (c) 2020-2023 Arm Limited # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ set -e pushd .. &&\ git clone https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git &&\ pushd trusted-firmware-m &&\ - git fetch https://review.trustedfirmware.org/TF-M/trusted-firmware-m refs/changes/09/18309/2 && git checkout FETCH_HEAD &&\ + git checkout 8faae452712b630dc69c24da61e84c88a901d2d4 &&\ popd if [[ $GITHUB_ACTIONS == true ]]; then