aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-08-27 03:57:35 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-12-30 10:53:19 +0200
commitec7b7d4a36e6e7dfa708f64666f96cd97f83f6dd (patch)
treed1a5e07d3e03546936edf61da6f2f61ccf1e9f2e /ci
parentde28c348a0ef866e6d25c06551a1e1c085f41815 (diff)
downloadbitcoin-ec7b7d4a36e6e7dfa708f64666f96cd97f83f6dd.tar.xz
ci: Enable the gui in the TSan build
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/00_setup_env_native_tsan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_tsan.sh b/ci/test/00_setup_env_native_tsan.sh
index 5d0880ff4a..03b749a35d 100755
--- a/ci/test/00_setup_env_native_tsan.sh
+++ b/ci/test/00_setup_env_native_tsan.sh
@@ -11,4 +11,4 @@ export DOCKER_NAME_TAG=ubuntu:22.04
export PACKAGES="clang llvm libc++abi-dev libc++-dev python3-zmq"
export DEP_OPTS="CC=clang CXX='clang++ -stdlib=libc++'"
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++'"
+export BITCOIN_CONFIG="--enable-zmq CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER' CXXFLAGS='-g' --with-sanitizers=thread CC=clang CXX='clang++ -stdlib=libc++'"