Bug 1123342 - Use the new tooltool manifest on OS X static analysis builds; r=bhearsum
authorEhsan Akhgari <ehsan@mozilla.com>
Mon, 19 Jan 2015 10:27:03 -0500 (2015-01-19)
changeset 3571 f481508606ec35b038efffb13069d255bc693ddf
parent 3570 e9ea07c7b917de31502ed8d591048b6384ce943a
child 3572 32ad9a83a641bbef6283c9ef20304389512f2701
child 3573 5d5a82e8f502ca172e09c1c8579cf4ae009eb69f
push id2786
push usereakhgari@mozilla.com
push dateMon, 19 Jan 2015 19:37:20 +0000 (2015-01-19)
reviewersbhearsum
bugs1123342
Bug 1123342 - Use the new tooltool manifest on OS X static analysis builds; r=bhearsum
configs/builds/releng_sub_mac_configs/64_stat_and_debug.py
--- a/configs/builds/releng_sub_mac_configs/64_stat_and_debug.py
+++ b/configs/builds/releng_sub_mac_configs/64_stat_and_debug.py
@@ -9,16 +9,18 @@ config = {
         # 'setup-mock',
         'build',
         # 'generate-build-stats',
         'update',  # decided by query_is_nightly()
     ],
     'debug_build': True,
     'stage_platform': 'macosx64-st-an-debug',
     'purge_minsize': 12,
+    'tooltool_manifest_src': "browser/config/tooltool-manifests/macosx64/\
+clang.manifest",
     'platform_supports_post_upload_to_latest': False,
     'enable_signing': False,
     'enable_talos_sendchange': False,
     'enable_unittest_sendchange': False,
     'objdir': MOZ_OBJDIR,
     #### 64 bit build specific #####
     'env': {
         'MOZBUILD_STATE_PATH': os.path.join(os.getcwd(), '.mozbuild'),