Skip to content

Commit cc63bf9

Browse files
dgarskedanielinux
authored andcommitted
Fix error "Cannot use SMALL_STACK=1 with HUGE_STACK=1"
1 parent b6179a2 commit cc63bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
math: [SPMATH=1, SPMATHALL=1, FASTMATH=1]
17-
smallstack: [WOLFBOOT_SMALL_STACK=0, WOLFBOOT_SMALL_STACK=1]
17+
smallstack: [WOLFBOOT_SMALL_STACK=0 WOLFBOOT_HUGE_STACK=1, WOLFBOOT_SMALL_STACK=1]
1818
include:
1919
- name: ED25519-SHA256
2020
keygen: --ed25519
@@ -43,7 +43,7 @@ jobs:
4343
- name: RSA4096-SHA512
4444
keygen: --rsa4096
4545
sign: --rsa4096 --sha3
46-
config: SIGN=RSA4096 HASH=SHA3 WOLFBOOT_HUGE_STACK=1
46+
config: SIGN=RSA4096 HASH=SHA3
4747

4848
steps:
4949
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)