File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
- stage : test
108
108
env : >-
109
109
HOST=x86_64-unknown-linux-gnu
110
- PACKAGES="clang 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
+ 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"
111
111
NO_DEPENDS=1
112
112
GOAL="install"
113
113
BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --enable-glibc-back-compat --enable-reduce-exports --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=integer,undefined CC=clang CXX=clang++"
Original file line number Diff line number Diff line change 7
7
export LC_ALL=C.UTF-8
8
8
9
9
PATH=$( echo $PATH | tr ' :' " \n" | sed ' /\/opt\/python/d' | tr " \n" " :" | sed " s|::|:|g" )
10
+ # Add llvm-symbolizer directory to PATH. Needed to get symbolized stack traces from the sanitizers.
11
+ PATH=$PATH :/usr/lib/llvm-6.0/bin/
10
12
export PATH
11
13
12
14
BEGIN_FOLD () {
You can’t perform that action at this time.
0 commit comments