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 <jleconte@google.com> Commit-Queue: Christoffer Jansson <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36969}
This commit is contained in:
parent
d3ead1a942
commit
353d5b243a
@ -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',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user