Skip to content

Commit

Permalink
Disable QT for NO_WALLET build to avoid compile timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Mar 21, 2019
1 parent 899690b commit 8fe8485
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,15 @@ jobs:
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
GOAL="install"
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++"
# x86_64 Linux, No wallet
# x86_64 Linux, No wallet, no QT(build timing out with for some reason)
- stage: test
env: >-
HOST=x86_64-unknown-linux-gnu
PACKAGES="python3"
DEP_OPTS="NO_WALLET=1"
DEP_OPTS="NO_WALLET=1 NO_QT=1"
GOAL="install"
BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports"
RUN_FUNCTIONAL_TESTS=false
# Cross-Mac
- stage: test
env: >-
Expand Down

0 comments on commit 8fe8485

Please sign in to comment.