From 353d5b243ad6414f97f1dc61c545dfd31ebce4e7 Mon Sep 17 00:00:00 2001 From: Christoffer Jansson Date: Mon, 23 May 2022 11:35:44 +0200 Subject: [PATCH] Remove crosscompile for Perf Mac M1 Arm64 12 Since the Perf tester is actually compiling histogram code, it needs to have it's own native OS gclient and GN config. The Builder has already built and cached the MacOS arm64 binaries to be tested for M1. I got confused and thought the tester was also compiling something for the bot it shards to. Bug: b/232347569 Change-Id: I0468945a04905d2d647626229af77c00d1f632fd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/263200 Reviewed-by: Jeremy Leconte Commit-Queue: Christoffer Jansson Cr-Commit-Position: refs/heads/main@{#36969} --- tools_webrtc/mb/mb_config.pyl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index c0f6a977c4..d83aabf2a5 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -127,7 +127,7 @@ 'Perf Linux Bionic': 'release_bot_x64', 'Perf Linux Trusty': 'release_bot_x64', 'Perf Mac 11': 'release_bot_x64', - 'Perf Mac M1 Arm64 12': 'linux_mac_crosscompile_arm64', + 'Perf Mac M1 Arm64 12': 'release_bot_x64', 'Perf Win7': 'release_bot_x64', }, 'internal.client.webrtc': { @@ -276,11 +276,6 @@ 'libfuzzer', 'asan', 'optimize_for_fuzzing', 'openh264', 'pure_release_bot', 'x64' ], - 'linux_mac_crosscompile_arm64': [ - 'release_bot', - 'arm64', - 'mac', - ], 'mac_asan_clang_release_bot_x64': [ 'asan', 'clang', @@ -408,9 +403,6 @@ 'lsan': { 'gn_args': 'is_lsan=true', }, - 'mac': { - 'gn_args': 'target_os="mac"' - }, 'minimal_symbols': { 'gn_args': 'symbol_level=1', },