mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1262961 - Add the 'generate-build-stats' step to several debug mozharness configs. r=mshal
MozReview-Commit-ID: KvWV1hiUEc
This commit is contained in:
parent
364386e3cf
commit
ac5be5fb45
@ -12,7 +12,7 @@ config = {
|
||||
'upload-files',
|
||||
'sendchange',
|
||||
'check-test',
|
||||
# 'generate-build-stats',
|
||||
'generate-build-stats',
|
||||
'update', # decided by query_is_nightly()
|
||||
],
|
||||
'stage_platform': 'macosx64-debug',
|
||||
|
@ -12,7 +12,7 @@ config = {
|
||||
'upload-files',
|
||||
'sendchange',
|
||||
'check-test',
|
||||
# 'generate-build-stats',
|
||||
'generate-build-stats',
|
||||
'update', # decided by query_is_nightly()
|
||||
],
|
||||
'stage_platform': 'win32-debug',
|
||||
|
@ -12,7 +12,7 @@ config = {
|
||||
'upload-files',
|
||||
'sendchange',
|
||||
'check-test',
|
||||
# 'generate-build-stats',
|
||||
'generate-build-stats',
|
||||
'update', # decided by query_is_nightly()
|
||||
],
|
||||
'stage_platform': 'win64-debug',
|
||||
|
@ -1832,9 +1832,8 @@ or run without that action (ie: --no-{action})"
|
||||
c = self.config
|
||||
|
||||
if c.get('enable_count_ctors'):
|
||||
if c.get('enable_count_ctors'):
|
||||
self.info("counting ctors...")
|
||||
self._count_ctors()
|
||||
self.info("counting ctors...")
|
||||
self._count_ctors()
|
||||
else:
|
||||
self.info("ctors counts are disabled for this build.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user