Build Gerrit in headless mode
buck build headless produces binary artifact without GWT. Change-Id: Ic98312e9924d32057d6876effbdf12e489d44a8b
This commit is contained in:
committed by
David Pursehouse
parent
ffa3e218d5
commit
7a29533643
@@ -71,8 +71,8 @@ def gerrit_war(name, ui = 'ui_optdbg', context = [], docs = False, visibility =
|
||||
context = [
|
||||
'//gerrit-main:main_bin',
|
||||
'//gerrit-war:webapp_assets',
|
||||
'//gerrit-gwtui:' + ui,
|
||||
] + context,
|
||||
] + (['//gerrit-gwtui:' + ui] if ui else []) +
|
||||
context,
|
||||
docs = docs,
|
||||
visibility = visibility,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user