Skip to content

Commit 7e3f687

Browse files
committed
Merge #523: [0.17] Fix no wallet build
8fe8485 Disable QT for NO_WALLET build to avoid compile timeout (Gregory Sanders) Pull request description: Times out currently at QT build, really we just use this as a compile test for wallet ifdef macro junk. Tree-SHA512: bf189908c327a0895cabf4757541e8850749e0d25cc9cfd17ae4266706a67b698894a1b7c56499511ed237e30e5a6660015e1912a798095a4ac2361e05a6ebda
2 parents 899690b + 8fe8485 commit 7e3f687

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.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)