mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1477792 - Run daily macOS searchfox builds. r=emilio
MozReview-Commit-ID: 5D05AovVXrf --HG-- extra : rebase_source : 70581c6b010df95121601564e5b5d5b56f5af7d0
This commit is contained in:
parent
c4a680096a
commit
1985a59a89
@ -566,9 +566,10 @@ def target_tasks_dmd(full_task_graph, parameters, graph_config):
|
||||
@_target_task('searchfox_index')
|
||||
def target_tasks_searchfox(full_task_graph, parameters, graph_config):
|
||||
"""Select tasks required for indexing Firefox for Searchfox web site each day"""
|
||||
# For now we only do Linux debug builds. Windows and Mac builds
|
||||
# For now we only do Linux and Mac debug builds. Windows builds
|
||||
# are currently broken (bug 1418415).
|
||||
return ['searchfox-linux64-searchfox/debug']
|
||||
return ['searchfox-linux64-searchfox/debug',
|
||||
'searchfox-macosx64-searchfox/debug']
|
||||
|
||||
|
||||
@_target_task('file_update')
|
||||
|
Loading…
Reference in New Issue
Block a user