File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -129,14 +129,15 @@ jobs:
129129 RUN_FUNCTIONAL_TESTS=false # Disabled for now, can be combined with the other x86_64 linux NO_DEPENDS job when functional tests pass the sanitizers
130130 GOAL="install"
131131 BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --enable-glibc-back-compat --enable-reduce-exports --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=undefined CC=clang CXX=clang++"
132- # x86_64 Linux, No wallet
132+ # x86_64 Linux, No wallet, no QT(build timing out with for some reason)
133133 - stage : test
134134 env : >-
135135 HOST=x86_64-unknown-linux-gnu
136136 PACKAGES="python3"
137- DEP_OPTS="NO_WALLET=1"
137+ DEP_OPTS="NO_WALLET=1 NO_QT=1 "
138138 GOAL="install"
139139 BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports"
140+ RUN_FUNCTIONAL_TESTS=false
140141# Cross-Mac
141142 - stage : test
142143 env : >-
You can’t perform that action at this time.
0 commit comments