Skip to content

Commit

Permalink
ci: check package in fih_test_docker
Browse files Browse the repository at this point in the history
Change-Id: I500d271c74e6f2fd6f4a2c33e2ecf808edb1e7c9
Signed-off-by: David Vincze <david.vincze@arm.com>
  • Loading branch information
davidvincze committed Jul 9, 2024
1 parent 1d79ef3 commit 5d5d0d1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ci/fih-tests_run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -x

# Copyright (c) 2020-2023 Arm Limited
# Copyright (c) 2020-2024 Arm Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -22,6 +22,11 @@ pushd .. &&\
git checkout 8faae452712b630dc69c24da61e84c88a901d2d4 &&\
popd

# check installed version of...
python3 -m pip show \
cryptography \
imgtool

if [[ $GITHUB_ACTIONS == true ]]; then
if [[ -z $FIH_ENV ]]; then
echo "Workflow has found no \$FIH_ENV"
Expand Down
7 changes: 6 additions & 1 deletion ci/fih_test_docker/execute_test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -x

# Copyright (c) 2020-2023 Arm Limited
# Copyright (c) 2020-2024 Arm Limited
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -33,6 +33,11 @@ else
CMAKE_FIH_LEVEL="-DMCUBOOT_FIH_PROFILE=\"$FIH_LEVEL\""
fi

# check installed version of...
python3 -m pip show \
cryptography \
imgtool

# build TF-M with MCUBoot
mkdir -p $TFM_BUILD_DIR
cd $TFM_DIR
Expand Down

0 comments on commit 5d5d0d1

Please sign in to comment.