Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 1154377, disable sccache to fix intermittent build hangs on mac t…
Browse files Browse the repository at this point in the history
…ry builds, r=Callek
  • Loading branch information
nthomas-mozilla committed Apr 16, 2015
1 parent 8a16cf8 commit dc658a2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/builds/releng_base_mac_64_builds.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
'enable_max_vsize': False,
'use_platform_in_symbols_extra_buildid': True,
'env': {
# disable sccache for bug 1154377
'SCCACHE_DISABLE': '1',
'MOZBUILD_STATE_PATH': os.path.join(os.getcwd(), '.mozbuild'),
'MOZ_AUTOMATION': '1',
'HG_SHARE_BASE_DIR': '/builds/hg-shared',
Expand Down
2 changes: 2 additions & 0 deletions configs/builds/releng_sub_mac_configs/64_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
'enable_talos_sendchange': False,
#### 64 bit build specific #####
'env': {
# disable sccache for bug 1154377
'SCCACHE_DISABLE': '1',
'MOZBUILD_STATE_PATH': os.path.join(os.getcwd(), '.mozbuild'),
'MOZ_AUTOMATION': '1',
'HG_SHARE_BASE_DIR': '/builds/hg-shared',
Expand Down
2 changes: 2 additions & 0 deletions configs/builds/releng_sub_mac_configs/64_graphene.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
'objdir': 'obj-graphene',
#### 64 bit build specific #####
'env': {
# disable sccache for bug 1154377
'SCCACHE_DISABLE': '1',
'MOZBUILD_STATE_PATH': os.path.join(os.getcwd(), '.mozbuild'),
'MOZ_AUTOMATION': '1',
'HG_SHARE_BASE_DIR': '/builds/hg-shared',
Expand Down
2 changes: 2 additions & 0 deletions configs/builds/releng_sub_mac_configs/64_mulet.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
'enable_check_test': False,
#### 64 bit build specific #####
'env': {
# disable sccache for bug 1154377
'SCCACHE_DISABLE': '1',
'MOZBUILD_STATE_PATH': os.path.join(os.getcwd(), '.mozbuild'),
'MOZ_AUTOMATION': '1',
'HG_SHARE_BASE_DIR': '/builds/hg-shared',
Expand Down
2 changes: 2 additions & 0 deletions configs/builds/releng_sub_mac_configs/64_stat_and_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
'objdir': MOZ_OBJDIR,
#### 64 bit build specific #####
'env': {
# disable sccache for bug 1154377
'SCCACHE_DISABLE': '1',
'MOZBUILD_STATE_PATH': os.path.join(os.getcwd(), '.mozbuild'),
'MOZ_AUTOMATION': '1',
'HG_SHARE_BASE_DIR': '/builds/hg-shared',
Expand Down

0 comments on commit dc658a2

Please sign in to comment.