Skip to content

Commit

Permalink
1)Reset trustm_lib before applying patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ying-css committed Sep 10, 2024
1 parent 34dd918 commit 693e4c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions trustm_installation_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ echo $PATCH
echo $TRUSTM_LIB_PATH

echo "-----> Apply patch"
cd trustm_lib
git reset --hard
cd ..
git apply $FILE
set -e
echo "-----> Build Trust M Linux Tools"
Expand Down

0 comments on commit 693e4c2

Please sign in to comment.