Commit 1646dbe0 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[build] Enable goma back on gcc builder

TBR=sergiyb@chromium.org
NOTRY=true

Bug: chromium:933093
Change-Id: Idff6d4bdee2192eea895ca044c5a529e3638e908
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1552789Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60636}
parent 9e703c7f
......@@ -89,7 +89,7 @@
'V8 Linux64 TSAN - builder': 'release_x64_tsan',
'V8 Linux - arm64 - sim - MSAN': 'release_simulate_arm64_msan',
# Misc.
'V8 Linux gcc': 'release_x86_gcc_no_goma',
'V8 Linux gcc': 'release_x86_gcc',
'V8 Linux64 gcc - debug': 'debug_x64_gcc_no_goma',
# FYI.
'V8 Linux64 - pointer compression': 'release_x64_pointer_compression',
......@@ -523,11 +523,11 @@
'release_bot', 'x86', 'v8_no_enable_embedded_builtins'],
'release_x86_noembed_trybot': [
'release_trybot', 'x86', 'v8_no_enable_embedded_builtins'],
'release_x86_gcc': [
'release', 'static', 'x86', 'gcc'],
# TODO(machenbach): Enable back goma once supported.
'release_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': [
'release_bot', 'x86', 'gcmole'],
'release_x86_gcmole_trybot': [
......
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