Skip to content

Commit 6810e35

Browse files
davidvinczed3zd3z
authored andcommitted
ci: Update TF-M version to eb8ff0d
Update TF-M version to keep up with code development. Fixes and new features have been introduced on both sides, using a more recent TF-M version helps to detect regression. Update script to also pull in the version of tf-m-tests that suggested by the main repo, since this is now required to build the test image. Change-Id: Ibfb277b5b40613b0b2aed03e3f946a1aff711361 Signed-off-by: David Vincze <[email protected]> Signed-off-by: Fabio Utzig <[email protected]>
1 parent 956311d commit 6810e35

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

ci/fih-tests_run.sh

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -x
22

3-
# Copyright (c) 2020-2023 Arm Limited
3+
# Copyright (c) 2020-2024 Arm Limited
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -21,7 +21,12 @@ source $(dirname "$0")/fih-tests_version.sh
2121
pushd .. &&\
2222
git clone https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git &&\
2323
pushd trusted-firmware-m &&\
24-
git checkout 8faae452712b630dc69c24da61e84c88a901d2d4 &&\
24+
git checkout eb8ff0db7d657b77abcd0262d5bf7f38eb1e1cdc &&\
25+
source lib/ext/tf-m-tests/version.txt &&\
26+
popd &&\
27+
git clone https://git.trustedfirmware.org/TF-M/tf-m-tests.git &&\
28+
pushd tf-m-tests &&\
29+
git checkout $version &&\
2530
popd
2631

2732
if [[ $GITHUB_ACTIONS == true ]]; then

0 commit comments

Comments
 (0)