Commit 4d35ca1b authored by Michael Achenbach's avatar Michael Achenbach Committed by V8 LUCI CQ

[build] Ensure release bots run with dchecks off

Bug: chromium:1231890
Change-Id: I5db7576542265eadb92ff8cf6cf89870719bba18
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3048180
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Liviu Rau <liviurau@chromium.org>
Auto-Submit: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarLiviu Rau <liviurau@chromium.org>
Reviewed-by: 's avatarNico Hartmann <nicohartmann@chromium.org>
Cr-Commit-Position: refs/heads/master@{#75889}
parent 7aafd201
......@@ -665,7 +665,7 @@
},
'v8_dcheck_always_on': {
'gn_args': 'v8_dcheck_always_on=true',
'gn_args': 'v8_dcheck_always_on=true dcheck_always_on=true',
},
'debug': {
......@@ -783,7 +783,7 @@
},
'release': {
'gn_args': 'is_debug=false',
'gn_args': 'is_debug=false dcheck_always_on=false',
},
'release_bot': {
......
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