riscv-qemu: increase stack size

Bumping the stack size to 8kb (previous was 4kb) gets most remaining
tests to pass on baremetal.
This commit is contained in:
Ayke van Laethem
2025-03-10 11:51:38 +01:00
committed by Ron Evans
parent 04c7057ea6
commit ff2a79de7c
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -431,17 +431,10 @@ TEST_PACKAGES_NONWASM = \
# (just like wasm).
# * picolibc math functions apparently are less precise, the math package
# fails on baremetal.
# * Some packages fail or hang for an unknown reason, this should be
# investigated and fixed.
TEST_PACKAGES_BAREMETAL = $(filter-out $(TEST_PACKAGES_NONBAREMETAL), $(TEST_PACKAGES_FAST))
TEST_PACKAGES_NONBAREMETAL = \
$(TEST_PACKAGES_NONWASM) \
crypto/elliptic \
math \
reflect \
encoding/asn1 \
encoding/base32 \
go/ast \
$(nil)
# Report platforms on which each standard library package is known to pass tests