ci: Enable CI_LIMIT_STACK_SIZE=1 in i686_no_ipc task

Github-Pull: #33243
Rebased-From: fa96a4afea
This commit is contained in:
MarcoFalke 2025-08-23 11:31:07 +02:00 committed by fanquake
parent c7faf72ac6
commit 5dbb1bae38
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ export CI_IMAGE_PLATFORM="linux/amd64"
export PACKAGES="llvm clang g++-multilib"
export DEP_OPTS="DEBUG=1 NO_IPC=1"
export GOAL="install"
export CI_LIMIT_STACK_SIZE=1
export TEST_RUNNER_EXTRA="--v2transport --usecli"
export BITCOIN_CONFIG="\
-DCMAKE_BUILD_TYPE=Debug \