92
92
DEP_OPTS="NO_QT=1 NO_UPNP=1 DEBUG=1 ALLOW_HOST_PACKAGES=1"
93
93
GOAL="install"
94
94
BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --enable-glibc-back-compat --enable-reduce-exports --enable-debug CXXFLAGS=\"-g0 -O2\""
95
- # x86_64 Linux (xenial, no depends, only system libs, sanitizers: thread (TSAN ))
95
+ # x86_64 Linux (xenial, no depends, only system libs, sanitizers: thread (TSan ))
96
96
- stage : test
97
97
env : >-
98
98
HOST=x86_64-unknown-linux-gnu
@@ -102,14 +102,15 @@ jobs:
102
102
RUN_FUNCTIONAL_TESTS=false # Disabled for now. TODO identify suppressions or exclude specific tests
103
103
GOAL="install"
104
104
BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=thread --disable-hardening --disable-asm CC=clang CXX=clang++"
105
- # x86_64 Linux (no depends, only system libs, sanitizers: undefined (UBSAN ) + integer)
105
+ # x86_64 Linux (no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan ) + integer)
106
106
- stage : test
107
107
env : >-
108
108
HOST=x86_64-unknown-linux-gnu
109
109
PACKAGES="clang llvm python3-zmq qtbase5-dev qttools5-dev-tools libssl1.0-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler libqrencode-dev"
110
110
NO_DEPENDS=1
111
+ FUNCTIONAL_TESTS_CONFIG="--exclude wallet_multiwallet.py" # Temporarily suppress ASan heap-use-after-free (see issue #14163)
111
112
GOAL="install"
112
- BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=integer,undefined CC=clang CXX=clang++"
113
+ BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=address, integer,undefined CC=clang CXX=clang++"
113
114
# x86_64 Linux, No wallet
114
115
- stage : test
115
116
env : >-
0 commit comments