mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Disable QT for NO_WALLET build to avoid compile timeout
This commit is contained in:
parent
899690be2f
commit
8fe8485f5c
1 changed files with 3 additions and 2 deletions
|
|
@ -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: >-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue