зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1412105: Don't hardcode objdir in build_resources_path; r=jlund
MozReview-Commit-ID: B82gmPToKFW --HG-- extra : rebase_source : 4d4d5f7f1dedeab8972bb6d0fc9e3de6f649bc07
This commit is contained in:
Родитель
24b7ac4f1b
Коммит
007a87532f
|
@ -78,8 +78,7 @@ class FxDesktopBuild(BuildScript, TryToolsMixin, object):
|
|||
],
|
||||
'stage_product': 'firefox',
|
||||
'platform_supports_post_upload_to_latest': True,
|
||||
'build_resources_path': \
|
||||
'%(abs_src_dir)s/obj-firefox/.mozbuild/build_resources.json',
|
||||
'build_resources_path': '%(abs_obj_dir)s/.mozbuild/build_resources.json',
|
||||
'nightly_promotion_branches': ['mozilla-central', 'mozilla-aurora'],
|
||||
|
||||
# try will overwrite these
|
||||
|
|
Загрузка…
Ссылка в новой задаче