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 b6179a2 commit cc63bf9Copy full SHA for cc63bf9
.github/workflows/test-library.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
math: [SPMATH=1, SPMATHALL=1, FASTMATH=1]
17
- smallstack: [WOLFBOOT_SMALL_STACK=0, WOLFBOOT_SMALL_STACK=1]
+ smallstack: [WOLFBOOT_SMALL_STACK=0 WOLFBOOT_HUGE_STACK=1, WOLFBOOT_SMALL_STACK=1]
18
include:
19
- name: ED25519-SHA256
20
keygen: --ed25519
@@ -43,7 +43,7 @@ jobs:
43
- name: RSA4096-SHA512
44
keygen: --rsa4096
45
sign: --rsa4096 --sha3
46
- config: SIGN=RSA4096 HASH=SHA3 WOLFBOOT_HUGE_STACK=1
+ config: SIGN=RSA4096 HASH=SHA3
47
48
steps:
49
- uses: actions/checkout@v4
0 commit comments