Skip to content

Commit fad0f21

Browse files
author
MarcoFalke
committed
ci: Use clang in multiprocess task to avoid OOM
1 parent faeabef commit fad0f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test/00_setup_env_native_multiprocess.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ export LC_ALL=C.UTF-8
88

99
export CONTAINER_NAME=ci_native_multiprocess
1010
export DOCKER_NAME_TAG=ubuntu:20.04
11-
export PACKAGES="cmake python3"
11+
export PACKAGES="cmake python3 llvm clang"
1212
export DEP_OPTS="DEBUG=1 MULTIPROCESS=1"
1313
export GOAL="install"
14-
export BITCOIN_CONFIG="--enable-external-signer --enable-debug"
14+
export BITCOIN_CONFIG="--enable-external-signer --enable-debug CC=clang CXX=clang++" # Use clang to avoid OOM
1515
export TEST_RUNNER_ENV="BITCOIND=bitcoin-node"
1616
export RUN_SECURITY_TESTS="true"

0 commit comments

Comments
 (0)