mirror of https://github.com/wolfSSL/wolfBoot.git
Disable TFM+RSA4096 test
parent
40bd66dd96
commit
8c47d5c496
|
@ -41,14 +41,6 @@ jobs:
|
||||||
run: ./tools/renode/docker-test.sh "SIGN=RSA3072 SPMATH=0"
|
run: ./tools/renode/docker-test.sh "SIGN=RSA3072 SPMATH=0"
|
||||||
|
|
||||||
|
|
||||||
# RSA4096 TEST
|
# RSA4096 TEST: RSA with TFM requires the possibility to allocate
|
||||||
- name: Renode Tests RSA4096
|
# large amount of stack space (about 70KB) which are not available
|
||||||
run: ./tools/renode/docker-test.sh "SIGN=RSA4096 SPMATH=0"
|
# on the renode target. This test has been disabled.
|
||||||
|
|
||||||
|
|
||||||
- name: Upload Output Dir
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: Renode Test Results
|
|
||||||
path: test_results/
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue