[build] Switch off goma on gcc trybots
NOTRY=true Bug: chromium:933093 Change-Id: I0945adb70bcecb7542281eae39ce55929ad002ed Reviewed-on: https://chromium-review.googlesource.com/c/1495985 Reviewed-by: Tamer Tas <tmrts@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#59971}
This commit is contained in:
parent
40c9cce4dd
commit
6b8f202b4f
@ -212,7 +212,7 @@
|
||||
'v8_linux64_compile_rel_xg': 'release_x64_test_features_trybot',
|
||||
'v8_linux64_dbg_ng': 'debug_x64_trybot',
|
||||
'v8_linux64_gc_stress_custom_snapshot_dbg_ng': 'debug_x64_trybot_custom',
|
||||
'v8_linux64_gcc_compile_dbg': 'debug_x64_gcc',
|
||||
'v8_linux64_gcc_compile_dbg': 'debug_x64_gcc_no_goma',
|
||||
'v8_linux64_header_includes_dbg': 'debug_x64_header_includes',
|
||||
'v8_linux64_fyi_rel_ng': 'release_x64_test_features_trybot',
|
||||
'v8_linux64_pointer_compression_rel_ng': 'release_x64_pointer_compression',
|
||||
@ -530,8 +530,9 @@
|
||||
'release_trybot', 'x86', 'v8_no_enable_embedded_builtins'],
|
||||
'release_x86_gcc': [
|
||||
'release_bot', 'x86', 'gcc'],
|
||||
# TODO(machenbach): Enable back goma once supported.
|
||||
'release_x86_gcc_minimal_symbols': [
|
||||
'release_bot', 'x86', 'gcc', 'minimal_symbols'],
|
||||
'release', 'static', 'x86', 'gcc', 'minimal_symbols', 'no_goma'],
|
||||
'release_x86_gcc_no_goma': [
|
||||
'release', 'static', 'x86', 'gcc', 'no_goma'],
|
||||
'release_x86_gcmole': [
|
||||
|
Loading…
Reference in New Issue
Block a user