зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1313539 - use hg cache on ephemeral drive; r=pmoore
MozReview-Commit-ID: 3ibLy0Bx6t5 --HG-- extra : rebase_source : 441a4d05d67fa520137b6ad50c86a8cd09ef543e
This commit is contained in:
Родитель
a70058b1a1
Коммит
a2202b129a
|
@ -41,9 +41,7 @@ config = {
|
|||
# decides whether we want to use moz_sign_cmd in env
|
||||
'enable_signing': True,
|
||||
'enable_ccache': False,
|
||||
'vcs_share_base': os.path.join(
|
||||
os.environ['SystemDrive'], os.sep, 'builds', 'hg-shared'
|
||||
),
|
||||
'vcs_share_base': os.path.join('y:', os.sep, 'hg-shared'),
|
||||
'objdir': 'obj-firefox',
|
||||
'tooltool_script': [
|
||||
sys.executable,
|
||||
|
@ -66,9 +64,7 @@ config = {
|
|||
'BINSCOPE': os.path.join(
|
||||
os.environ['ProgramFiles(x86)'], 'Microsoft', 'SDL BinScope', 'BinScope.exe'
|
||||
),
|
||||
'HG_SHARE_BASE_DIR': os.path.join(
|
||||
os.environ['SystemDrive'], os.sep, 'builds', 'hg-shared'
|
||||
),
|
||||
'HG_SHARE_BASE_DIR': os.path.join('y:', os.sep, 'hg-shared'),
|
||||
'MOZBUILD_STATE_PATH': os.path.join(os.getcwd(), '.mozbuild'),
|
||||
'MOZ_AUTOMATION': '1',
|
||||
'MOZ_CRASHREPORTER_NO_REPORT': '1',
|
||||
|
|
|
@ -41,9 +41,7 @@ config = {
|
|||
# decides whether we want to use moz_sign_cmd in env
|
||||
'enable_signing': True,
|
||||
'enable_ccache': False,
|
||||
'vcs_share_base': os.path.join(
|
||||
os.environ['SystemDrive'], os.sep, 'builds', 'hg-shared'
|
||||
),
|
||||
'vcs_share_base': os.path.join('y:', os.sep, 'hg-shared'),
|
||||
'objdir': 'obj-firefox',
|
||||
'tooltool_script': [
|
||||
sys.executable,
|
||||
|
@ -65,9 +63,7 @@ config = {
|
|||
'BINSCOPE': os.path.join(
|
||||
os.environ['ProgramFiles(x86)'], 'Microsoft', 'SDL BinScope', 'BinScope.exe'
|
||||
),
|
||||
'HG_SHARE_BASE_DIR': os.path.join(
|
||||
os.environ['SystemDrive'], os.sep, 'builds', 'hg-shared'
|
||||
),
|
||||
'HG_SHARE_BASE_DIR': os.path.join('y:', os.sep, 'hg-shared'),
|
||||
'MOZBUILD_STATE_PATH': os.path.join(os.getcwd(), '.mozbuild'),
|
||||
'MOZ_AUTOMATION': '1',
|
||||
'MOZ_CRASHREPORTER_NO_REPORT': '1',
|
||||
|
|
|
@ -41,9 +41,7 @@ config = {
|
|||
# decides whether we want to use moz_sign_cmd in env
|
||||
'enable_signing': True,
|
||||
'enable_ccache': False,
|
||||
'vcs_share_base': os.path.join(
|
||||
os.environ['SystemDrive'], os.sep, 'builds', 'hg-shared'
|
||||
),
|
||||
'vcs_share_base': os.path.join('y:', os.sep, 'hg-shared'),
|
||||
'objdir': 'obj-firefox',
|
||||
'tooltool_script': [
|
||||
sys.executable,
|
||||
|
@ -63,9 +61,7 @@ config = {
|
|||
'debug_build': True,
|
||||
'publish_nightly_en_US_routes': True,
|
||||
'env': {
|
||||
'HG_SHARE_BASE_DIR': os.path.join(
|
||||
os.environ['SystemDrive'], os.sep, 'builds', 'hg-shared'
|
||||
),
|
||||
'HG_SHARE_BASE_DIR': os.path.join('y:', os.sep, 'hg-shared'),
|
||||
'MOZ_AUTOMATION': '1',
|
||||
'MOZ_CRASHREPORTER_NO_REPORT': '1',
|
||||
'MOZ_OBJDIR': 'obj-firefox',
|
||||
|
|
|
@ -41,9 +41,7 @@ config = {
|
|||
# decides whether we want to use moz_sign_cmd in env
|
||||
'enable_signing': True,
|
||||
'enable_ccache': False,
|
||||
'vcs_share_base': os.path.join(
|
||||
os.environ['SystemDrive'], os.sep, 'builds', 'hg-shared'
|
||||
),
|
||||
'vcs_share_base': os.path.join('y:', os.sep, 'hg-shared'),
|
||||
'objdir': 'obj-firefox',
|
||||
'tooltool_script': [
|
||||
sys.executable,
|
||||
|
@ -62,9 +60,7 @@ config = {
|
|||
'stage_platform': 'win64',
|
||||
'publish_nightly_en_US_routes': True,
|
||||
'env': {
|
||||
'HG_SHARE_BASE_DIR': os.path.join(
|
||||
os.environ['SystemDrive'], os.sep, 'builds', 'hg-shared'
|
||||
),
|
||||
'HG_SHARE_BASE_DIR': os.path.join('y:', os.sep, 'hg-shared'),
|
||||
'MOZ_AUTOMATION': '1',
|
||||
'MOZ_CRASHREPORTER_NO_REPORT': '1',
|
||||
'MOZ_OBJDIR': 'obj-firefox',
|
||||
|
|
Загрузка…
Ссылка в новой задаче