Disable QT for NO_WALLET build to avoid compile timeout

This commit is contained in:
Gregory Sanders 2019-03-21 10:27:38 -04:00
parent 899690be2f
commit 8fe8485f5c

View file

@ -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: >-