File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 92
92
<< : *GLOBAL_TASK_TEMPLATE
93
93
container :
94
94
image : ubuntu:focal
95
- cpu : 4 # Double CPU and Memory to avoid timeout
96
- memory : 16G
95
+ cpu : 4 # Double CPU and increase Memory to avoid timeout
96
+ memory : 24G
97
97
env :
98
98
MAKEJOBS : " -j8"
99
99
FILE_ENV : " ./ci/test/00_setup_env_native_tsan.sh"
Original file line number Diff line number Diff line change @@ -10,6 +10,5 @@ export CONTAINER_NAME=ci_native_tsan
10
10
export DOCKER_NAME_TAG=ubuntu:20.04
11
11
export PACKAGES=" clang llvm libc++abi-dev libc++-dev python3-zmq"
12
12
export DEP_OPTS=" CC=clang CXX='clang++ -stdlib=libc++'"
13
- export TEST_RUNNER_EXTRA=" --exclude feature_block" # Low memory on Travis machines, exclude feature_block.
14
13
export GOAL=" install"
15
14
export BITCOIN_CONFIG=" --enable-zmq --with-gui=no CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER' CXXFLAGS='-g' --with-sanitizers=thread CC=clang CXX='clang++ -stdlib=libc++' --with-boost-process"
You can’t perform that action at this time.
0 commit comments