Different stack detection message

pull/618/head
gojimmypi 2025-10-21 12:59:14 -07:00 committed by Daniele Lacamera
parent a0c75b092d
commit ba86c255d3
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ jobs:
fi
# If it failed due to the TFM huge stack guard, retry with the flag
if grep -q 'TFM will allocate 70\+ KB in the stack' build.err; then
if grep -q 'If this is OK, please compile with WOLFBOOT_HUGE_STACK=1' build.err; then
echo "Retrying with WOLFBOOT_HUGE_STACK=1 due to TFM stack requirement"
build_once WOLFBOOT_HUGE_STACK=1
else