Commit 20affe42 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[build] Fix using goma on gcc builder

TBR=sergiyb@chromium.org
NOTRY=true

Bug: chromium:933093
Change-Id: Iaf703f9f9743c508c1f63301a74a1076286fab79
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1552792Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60637}
parent 1646dbe0
......@@ -524,7 +524,7 @@
'release_x86_noembed_trybot': [
'release_trybot', 'x86', 'v8_no_enable_embedded_builtins'],
'release_x86_gcc': [
'release', 'static', 'x86', 'gcc'],
'release_bot', 'x86', 'gcc'],
# TODO(machenbach): Enable back goma once supported.
'release_x86_gcc_minimal_symbols': [
'release', 'static', 'x86', 'gcc', 'minimal_symbols', 'no_goma'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment