mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 08:31:49 +01:00
ci: Enable CI_LIMIT_STACK_SIZE=1 in i686_no_ipc task
Github-Pull: #33243
Rebased-From: fa96a4afea
This commit is contained in:
@@ -13,6 +13,7 @@ export CI_IMAGE_PLATFORM="linux/amd64"
|
|||||||
export PACKAGES="llvm clang g++-multilib"
|
export PACKAGES="llvm clang g++-multilib"
|
||||||
export DEP_OPTS="DEBUG=1 NO_IPC=1"
|
export DEP_OPTS="DEBUG=1 NO_IPC=1"
|
||||||
export GOAL="install"
|
export GOAL="install"
|
||||||
|
export CI_LIMIT_STACK_SIZE=1
|
||||||
export TEST_RUNNER_EXTRA="--v2transport --usecli"
|
export TEST_RUNNER_EXTRA="--v2transport --usecli"
|
||||||
export BITCOIN_CONFIG="\
|
export BITCOIN_CONFIG="\
|
||||||
-DCMAKE_BUILD_TYPE=Debug \
|
-DCMAKE_BUILD_TYPE=Debug \
|
||||||
|
|||||||
Reference in New Issue
Block a user