We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a25a57 commit ecc036cCopy full SHA for ecc036c
ci/test/00_setup_env_i686_multiprocess.sh
@@ -12,6 +12,7 @@ export CI_IMAGE_NAME_TAG="docker.io/amd64/ubuntu:22.04"
12
export PACKAGES="llvm clang g++-multilib"
13
export DEP_OPTS="DEBUG=1 MULTIPROCESS=1"
14
export GOAL="install"
15
+export TEST_RUNNER_EXTRA="--v2transport"
16
export BITCOIN_CONFIG="--enable-debug CC='clang -m32' CXX='clang++ -m32' \
17
CPPFLAGS='-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'"
18
export BITCOIND=bitcoin-node # Used in functional tests
0 commit comments