Skip to content

Commit ba86c25

Browse files
gojimmypidanielinux
authored andcommitted
Different stack detection message
1 parent a0c75b0 commit ba86c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
fi
7676
7777
# If it failed due to the TFM huge stack guard, retry with the flag
78-
if grep -q 'TFM will allocate 70\+ KB in the stack' build.err; then
78+
if grep -q 'If this is OK, please compile with WOLFBOOT_HUGE_STACK=1' build.err; then
7979
echo "Retrying with WOLFBOOT_HUGE_STACK=1 due to TFM stack requirement"
8080
build_once WOLFBOOT_HUGE_STACK=1
8181
else

0 commit comments

Comments
 (0)