mirror of https://github.com/bitcoin/bitcoin.git
ci: Enable CI_LIMIT_STACK_SIZE=1 in i686_no_ipc task
Github-Pull: #33243
Rebased-From: fa96a4afea
This commit is contained in:
parent
c7faf72ac6
commit
5dbb1bae38
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue