зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1179292 - Make mozinfo recognize linux64-asan as a distinct platform, r=ahal
--HG-- extra : commitid : 2i02cOq3Jzv
This commit is contained in:
Родитель
b99588d3e5
Коммит
0858f44655
|
@ -108,6 +108,10 @@ def build_dict(config, env=os.environ):
|
|||
|
||||
if d['buildapp'] == 'mulet':
|
||||
p = '{}-mulet'.format(p)
|
||||
|
||||
if d['asan']:
|
||||
p = '{}-asan'.format(p)
|
||||
|
||||
return p
|
||||
|
||||
if d['buildapp'] == 'b2g':
|
||||
|
@ -128,8 +132,6 @@ def build_dict(config, env=os.environ):
|
|||
return 'debug'
|
||||
if d['pgo']:
|
||||
return 'pgo'
|
||||
if d['asan']:
|
||||
return 'asan'
|
||||
return 'opt'
|
||||
|
||||
# if buildapp or bits are unknown, we don't have a configuration similar to
|
||||
|
|
Загрузка…
Ссылка в новой задаче