From 8c47d5c4966f09def0a397799a16b0c62fc94029 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Tue, 21 Mar 2023 17:05:48 +0100 Subject: [PATCH] Disable TFM+RSA4096 test --- .github/workflows/test-renode-fastmath.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test-renode-fastmath.yml b/.github/workflows/test-renode-fastmath.yml index aa8294f1..4ebcc33b 100644 --- a/.github/workflows/test-renode-fastmath.yml +++ b/.github/workflows/test-renode-fastmath.yml @@ -41,14 +41,6 @@ jobs: run: ./tools/renode/docker-test.sh "SIGN=RSA3072 SPMATH=0" -# RSA4096 TEST - - name: Renode Tests RSA4096 - run: ./tools/renode/docker-test.sh "SIGN=RSA4096 SPMATH=0" - - - - name: Upload Output Dir - uses: actions/upload-artifact@v2 - with: - name: Renode Test Results - path: test_results/ - +# RSA4096 TEST: RSA with TFM requires the possibility to allocate +# large amount of stack space (about 70KB) which are not available +# on the renode target. This test has been disabled.