ci: limit max stack size to 512 KiB

Co-authored-by: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>
This commit is contained in:
dergoegge
2024-11-25 14:17:53 +00:00
committed by fanquake
parent 2931a87477
commit 3b23f95e34
6 changed files with 9 additions and 0 deletions

View File

@@ -140,6 +140,10 @@ bash -c "${PRINT_CCACHE_STATISTICS}"
du -sh "${DEPENDS_DIR}"/*/
du -sh "${PREVIOUS_RELEASES_DIR}"
if [ -n "${CI_LIMIT_STACK_SIZE}" ]; then
ulimit -s 512
fi
if [ -n "$USE_VALGRIND" ]; then
"${BASE_ROOT_DIR}/ci/test/wrap-valgrind.sh"
fi