From ac20d3ae858ca7c904208d4092e743f3be4f2ae5 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Thu, 3 Aug 2023 09:55:52 +0200 Subject: [PATCH] Disabled test RSA3072+FASTMATH - renode target ran out of memory when running RSA verify --- .github/workflows/test-renode-fastmath.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-renode-fastmath.yml b/.github/workflows/test-renode-fastmath.yml index 4ebcc33b..97f0f159 100644 --- a/.github/workflows/test-renode-fastmath.yml +++ b/.github/workflows/test-renode-fastmath.yml @@ -36,9 +36,12 @@ jobs: run: ./tools/renode/docker-test.sh "SIGN=RSA2048 SPMATH=0" + +# RSA4096 TEST: RSA with TFM requires a very large stack (>64KB) total +# This test has been disabled. # RSA3072 TEST - - name: Renode Tests RSA3072 - run: ./tools/renode/docker-test.sh "SIGN=RSA3072 SPMATH=0" +# - name: Renode Tests RSA3072 +# run: ./tools/renode/docker-test.sh "SIGN=RSA3072 SPMATH=0" # RSA4096 TEST: RSA with TFM requires the possibility to allocate