зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1263575 - Add TOOLTOOL variables to windows configs r=nthomas
MozReview-Commit-ID: FAVc3c0XEW5 --HG-- extra : rebase_source : 11f8f264877deecded2a518cabbc1101e9c21700
This commit is contained in:
Родитель
a60e62f398
Коммит
d68425c8ab
|
@ -80,6 +80,8 @@ config = {
|
|||
'PDBSTR_PATH': '/c/Program Files (x86)/Windows Kits/8.0/Debuggers/x64/srcsrv/pdbstr.exe',
|
||||
'PROPERTIES_FILE': os.path.join(os.getcwd(), 'buildprops.json'),
|
||||
'TINDERBOX_OUTPUT': '1',
|
||||
'TOOLTOOL_CACHE': '/c/builds/tooltool_cache',
|
||||
'TOOLTOOL_HOME': '/c/builds',
|
||||
},
|
||||
'upload_env': {
|
||||
# stage_server is dictated from build_pool_specifics.py
|
||||
|
|
|
@ -78,6 +78,8 @@ config = {
|
|||
'PDBSTR_PATH': '/c/Program Files (x86)/Windows Kits/8.0/Debuggers/x64/srcsrv/pdbstr.exe',
|
||||
'PROPERTIES_FILE': os.path.join(os.getcwd(), 'buildprops.json'),
|
||||
'TINDERBOX_OUTPUT': '1',
|
||||
'TOOLTOOL_CACHE': '/c/builds/tooltool_cache',
|
||||
'TOOLTOOL_HOME': '/c/builds',
|
||||
},
|
||||
'upload_env': {
|
||||
# stage_server is dictated from build_pool_specifics.py
|
||||
|
|
|
@ -32,6 +32,8 @@ config = {
|
|||
'PROPERTIES_FILE': os.path.join(os.getcwd(), 'buildprops.json'),
|
||||
'TINDERBOX_OUTPUT': '1',
|
||||
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
||||
'TOOLTOOL_CACHE': '/c/builds/tooltool_cache',
|
||||
'TOOLTOOL_HOME': '/c/builds',
|
||||
},
|
||||
'src_mozconfig': 'browser/config/mozconfigs/win32/debug',
|
||||
#######################
|
||||
|
|
|
@ -31,6 +31,8 @@ config = {
|
|||
'PROPERTIES_FILE': os.path.join(os.getcwd(), 'buildprops.json'),
|
||||
'TINDERBOX_OUTPUT': '1',
|
||||
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
||||
'TOOLTOOL_CACHE': '/c/builds/tooltool_cache',
|
||||
'TOOLTOOL_HOME': '/c/builds',
|
||||
},
|
||||
'src_mozconfig': 'b2g/dev/config/mozconfigs/win32/mulet',
|
||||
#######################
|
||||
|
|
|
@ -35,6 +35,8 @@ clang.manifest",
|
|||
'PROPERTIES_FILE': os.path.join(os.getcwd(), 'buildprops.json'),
|
||||
'TINDERBOX_OUTPUT': '1',
|
||||
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
||||
'TOOLTOOL_CACHE': '/c/builds/tooltool_cache',
|
||||
'TOOLTOOL_HOME': '/c/builds',
|
||||
},
|
||||
'src_mozconfig': 'browser/config/mozconfigs/win32/debug-static-analysis',
|
||||
'purge_minsize': 9,
|
||||
|
|
|
@ -31,6 +31,8 @@ config = {
|
|||
'PROPERTIES_FILE': os.path.join(os.getcwd(), 'buildprops.json'),
|
||||
'TINDERBOX_OUTPUT': '1',
|
||||
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
||||
'TOOLTOOL_CACHE': '/c/builds/tooltool_cache',
|
||||
'TOOLTOOL_HOME': '/c/builds',
|
||||
},
|
||||
'src_mozconfig': 'browser/config/mozconfigs/win64/debug',
|
||||
#######################
|
||||
|
|
|
@ -31,6 +31,8 @@ config = {
|
|||
'PROPERTIES_FILE': os.path.join(os.getcwd(), 'buildprops.json'),
|
||||
'TINDERBOX_OUTPUT': '1',
|
||||
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
||||
'TOOLTOOL_CACHE': '/c/builds/tooltool_cache',
|
||||
'TOOLTOOL_HOME': '/c/builds',
|
||||
},
|
||||
'src_mozconfig': 'b2g/graphene/config/mozconfigs/win64/nightly',
|
||||
'balrog_platform': 'win64',
|
||||
|
|
|
@ -31,6 +31,8 @@ config = {
|
|||
'PROPERTIES_FILE': os.path.join(os.getcwd(), 'buildprops.json'),
|
||||
'TINDERBOX_OUTPUT': '1',
|
||||
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
||||
'TOOLTOOL_CACHE': '/c/builds/tooltool_cache',
|
||||
'TOOLTOOL_HOME': '/c/builds',
|
||||
},
|
||||
'src_mozconfig': 'b2g/graphene/config/horizon-mozconfigs/win64/nightly',
|
||||
'balrog_platform': 'win64',
|
||||
|
|
|
@ -1132,6 +1132,9 @@ or run without that action (ie: --no-{action})"
|
|||
auth_file = self._get_tooltool_auth_file()
|
||||
if auth_file:
|
||||
cmd.extend(['--authentication-file', auth_file])
|
||||
cache = c['env'].get('TOOLTOOL_CACHE')
|
||||
if cache:
|
||||
cmd.extend(['-c', cache])
|
||||
self.info(str(cmd))
|
||||
self.run_command_m(cmd, cwd=dirs['abs_src_dir'], halt_on_failure=True)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче