We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55713b0 commit a32278aCopy full SHA for a32278a
.github/workflows/test-library.yml
@@ -75,7 +75,7 @@ jobs:
75
fi
76
77
# 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
+ if grep -q 'If this is OK, please compile with WOLFBOOT_HUGE_STACK=1' build.err; then
79
echo "Retrying with WOLFBOOT_HUGE_STACK=1 due to TFM stack requirement"
80
build_once WOLFBOOT_HUGE_STACK=1
81
else
0 commit comments