Disable goma on GCC bots.
This is a temporary workaround to sidestep issues with goma: https://ci.chromium.org/p/webrtc/builders/try/linux_compile_gcc_rel/14065 TBR: phoglund@webrtc.org, artit@webrtc.org No-Tree-Checks: true No-Try: True Bug: chromium:1021931 Change-Id: I17c5dc46362a72fbe5ec29ba5c921f17870c8576 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159003 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Oleksandr Iakovenko <iakovenko@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29709}
This commit is contained in:

committed by
Commit Bot

parent
43afc09fc5
commit
b9d27d08ee
@ -253,7 +253,7 @@
|
|||||||
'configs': {
|
'configs': {
|
||||||
# Linux, Mac and Windows
|
# Linux, Mac and Windows
|
||||||
'gcc_release_bot_x64': [
|
'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.
|
# TODO(kjellander): Restore Goma for this when crbug.com/726706 is fixed.
|
||||||
'debug_bot_arm': [
|
'debug_bot_arm': [
|
||||||
|
Reference in New Issue
Block a user