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 faeabef commit fad0f21Copy full SHA for fad0f21
ci/test/00_setup_env_native_multiprocess.sh
@@ -8,9 +8,9 @@ export LC_ALL=C.UTF-8
8
9
export CONTAINER_NAME=ci_native_multiprocess
10
export DOCKER_NAME_TAG=ubuntu:20.04
11
-export PACKAGES="cmake python3"
+export PACKAGES="cmake python3 llvm clang"
12
export DEP_OPTS="DEBUG=1 MULTIPROCESS=1"
13
export GOAL="install"
14
-export BITCOIN_CONFIG="--enable-external-signer --enable-debug"
+export BITCOIN_CONFIG="--enable-external-signer --enable-debug CC=clang CXX=clang++" # Use clang to avoid OOM
15
export TEST_RUNNER_ENV="BITCOIND=bitcoin-node"
16
export RUN_SECURITY_TESTS="true"
0 commit comments