Commit f6847381 authored by Raef Coles's avatar Raef Coles Committed by Fabio Utzig
Browse files

ci: Pin tf-m-tests version in FIH test



To avoid problems where the latest master of tf-m-tests is incompatible
with the fixed version used by the FIH test. Bump the version of TF-M
used slightly to a commit that allows the version of tf-m-tests to be
easily overridden.

Signed-off-by: default avatarRaef Coles <raef.coles@arm.com>
parent 008f4a7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ RUN mkdir -p /root/work/tfm &&\
    cd /root/work/tfm  &&\
    git clone https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git &&\
    cd trusted-firmware-m &&\
    git checkout 7ad5c5f23f4619add4aa6c88f4b25fc6fd84ec6e &&\
    git checkout 8501b37db8e038ce39eb7f1039a514edea92c96e &&\
    cd .. &&\
    mkdir mcuboot

+2 −1
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ cmake -B $TFM_BUILD_DIR \
    -DTFM_PSA_API=ON \
    -DMCUBOOT_PATH=$MCUBOOT_PATH \
    -DMCUBOOT_LOG_LEVEL=INFO \
    -DTFM_TEST_REPO_VERSION=93ce2f59c0c4a9cba6062834496b5f45deee4010 \
    $CMAKE_FIH_LEVEL \
    .
cd $TFM_BUILD_DIR