From 6565681128d70c616d6690d036670cb24437c85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Wed, 27 Nov 2019 12:48:08 +0100 Subject: [PATCH] Turn off Goma for Linux GCC. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GCC is not supported by Goma RBE. Bug: webrtc:11129 Change-Id: Idab14eecc87f88e8b7a1d48f2da467c5c6b27a94 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/160880 Reviewed-by: Mirko Bonadei Commit-Queue: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#29932} --- tools_webrtc/mb/mb_config.pyl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index fc87834867..bcbedcd2ac 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -253,7 +253,7 @@ 'configs': { # Linux, Mac and Windows 'gcc_release_bot_x64': [ - 'gcc', 'release_bot', 'x64', 'no_rtc_tests' + 'gcc', 'release_bot_no_goma', 'x64', 'no_rtc_tests' ], # TODO(kjellander): Restore Goma for this when crbug.com/726706 is fixed. 'debug_bot_arm': [