Skip to content

Commit a8c92dd

Browse files
mi-acV8 LUCI CQ
authored andcommitted
[infra] Use siso on all builders
Bug: 414724525 Change-Id: I6323a40d7b1756593284e6164771f9842a61a394 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6606959 Reviewed-by: Liviu Rau <[email protected]> Commit-Queue: Michael Achenbach <[email protected]> Cr-Commit-Position: refs/heads/main@{#100584}
1 parent 7cdcac3 commit a8c92dd

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

infra/mb/mb_config.pyl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@
967967
},
968968

969969
'no_reclient': {
970-
'gn_args': 'use_remoteexec=false',
970+
'gn_args': 'use_remoteexec=false use_siso=false',
971971
},
972972

973973
'no_sandbox': {
@@ -986,8 +986,11 @@
986986
'gn_args': 'v8_use_perfetto=true',
987987
},
988988

989+
# TODO(https://crbug.com/414724525): Temporarily use the reclient and siso
990+
# configs synonym. In a follow up we'll drop the reclient parts and replace
991+
# them with SISO configs.
989992
'reclient': {
990-
'gn_args': 'use_remoteexec=true',
993+
'gn_args': 'use_remoteexec=true use_siso=true',
991994
},
992995

993996
'release': {

0 commit comments

Comments
 (0)