ci: Move --usecli --extended from i386 task to alpine task

This commit is contained in:
MarcoFalke
2026-05-07 09:41:00 +02:00
parent 7c84a2bdb1
commit fad61896e8
2 changed files with 1 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ 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 --extended"
export BITCOIN_CONFIG="\
--preset=dev-mode \
-DENABLE_IPC=OFF \

View File

@@ -17,4 +17,5 @@ export BITCOIN_CONFIG="\
-DREDUCE_EXPORTS=ON \
-DCMAKE_BUILD_TYPE=Debug \
"
export TEST_RUNNER_EXTRA="--v2transport --usecli --extended"
export BITCOIN_CMD="bitcoin -m" # Used in functional tests