diff options
author | fanquake <fanquake@gmail.com> | 2020-12-02 12:09:36 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-12-02 16:42:07 +0800 |
commit | 2b356117e94f9ef27b67a8e98663f5d676f58c11 (patch) | |
tree | a3d46a63c3e1cc5d469a924ce27ac1bcd230d30f /ci | |
parent | 80d4231e1638969b01c999028eaf3419bf3af23b (diff) |
ci: no-longer exclude feature_block in TSAN job
The TSAN job is now running on Cirrus.
Increase the allocated memory to the maximum allowed.
Diffstat (limited to 'ci')
-rw-r--r-- | ci/test/00_setup_env_native_tsan.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_tsan.sh b/ci/test/00_setup_env_native_tsan.sh index b14a46562c..182e42ee7d 100644 --- a/ci/test/00_setup_env_native_tsan.sh +++ b/ci/test/00_setup_env_native_tsan.sh @@ -10,6 +10,5 @@ export CONTAINER_NAME=ci_native_tsan export DOCKER_NAME_TAG=ubuntu:20.04 export PACKAGES="clang llvm libc++abi-dev libc++-dev python3-zmq" export DEP_OPTS="CC=clang CXX='clang++ -stdlib=libc++'" -export TEST_RUNNER_EXTRA="--exclude feature_block" # Low memory on Travis machines, exclude feature_block. export GOAL="install" 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" |