mirror of https://github.com/wolfSSL/wolfBoot.git
Fix error "Cannot use SMALL_STACK=1 with HUGE_STACK=1"
parent
b6179a2780
commit
cc63bf92ab
|
@ -14,7 +14,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
math: [SPMATH=1, SPMATHALL=1, FASTMATH=1]
|
||||
smallstack: [WOLFBOOT_SMALL_STACK=0, WOLFBOOT_SMALL_STACK=1]
|
||||
smallstack: [WOLFBOOT_SMALL_STACK=0 WOLFBOOT_HUGE_STACK=1, WOLFBOOT_SMALL_STACK=1]
|
||||
include:
|
||||
- name: ED25519-SHA256
|
||||
keygen: --ed25519
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
- name: RSA4096-SHA512
|
||||
keygen: --rsa4096
|
||||
sign: --rsa4096 --sha3
|
||||
config: SIGN=RSA4096 HASH=SHA3 WOLFBOOT_HUGE_STACK=1
|
||||
config: SIGN=RSA4096 HASH=SHA3
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue