Bug 1094987: enable shared checkouts for linux64-mulet r=rail
authorChris AtLee <catlee@mozilla.com>
Thu, 06 Nov 2014 15:09:08 -0500 (2014-11-06)
changeset 11366 8beab952e0e8d716a96ae509b233abe6996b8576
parent 11365 fbcb5934e972e675fff3a1899ee15b50bfa8d6f7
child 11369 87af517fa7aeb63b22e9d95762000c6b9c1f8dfc
push id8313
push usercatlee@mozilla.com
push dateThu, 06 Nov 2014 20:09:24 +0000 (2014-11-06)
reviewersrail
bugs1094987
Bug 1094987: enable shared checkouts for linux64-mulet r=rail
mozilla/b2g_config.py
--- a/mozilla/b2g_config.py
+++ b/mozilla/b2g_config.py
@@ -460,16 +460,17 @@ PLATFORM_VARS = {
         'base_name': 'Linux x86-64 Mulet %(branch)s',
         'slaves': SLAVES['mock'],
         'mozconfig': 'in_tree',
         'src_mozconfig': 'b2g/dev/config/mozconfigs/linux64/mulet',
         'builds_before_reboot': b2g_localconfig.BUILDS_BEFORE_REBOOT,
         'platform_objdir': OBJDIR,
         'stage_product': 'b2g',
         'stage_platform': 'linux64-mulet',
+        'enable_shared_checkouts': True,
         'env': {
             'DISPLAY': ':2',
             'HG_SHARE_BASE_DIR': '/builds/hg-shared',
             'TOOLTOOL_CACHE': '/builds/tooltool_cache',
             'TOOLTOOL_HOME': '/builds',
             'MOZ_OBJDIR': OBJDIR,
             'CCACHE_DIR': '/builds/ccache',
             'CCACHE_COMPRESS': '1',