Skip to content

Commit

Permalink
avoid building gui by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesob committed May 16, 2022
1 parent 1989a40 commit d366e53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runner/bitcoind.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,8 @@ def build(self,
configure_prefix +
'./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" '
'BDB_CFLAGS="-I${BDB_PREFIX}/include" ' +
' {} '.format(target.configure_args) +
'--without-gui ' + # TODO maybe make this configurable?
target.configure_args +
# Ensure ccache is disabled so that subsequent make runs
# are timed accurately.
'--disable-ccache ' + boostflags)
Expand Down

0 comments on commit d366e53

Please sign in to comment.