Skip to content

Commit 8fe8485

Browse files
committed
Disable QT for NO_WALLET build to avoid compile timeout
1 parent 899690b commit 8fe8485

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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: >-

0 commit comments

Comments
 (0)