Skip to content

Commit 2eaf21e

Browse files
Takuto IkutaV8 LUCI CQ
authored andcommitted
DEPS: remove checkout_reclient
chromium removed the config in https://crrev.com/c/3755181. Bug: b:255447284 Change-Id: I54a50e7035de8f7db96ab81ded74d9c63bcbecdd Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3977074 Reviewed-by: Michael Achenbach <[email protected]> Auto-Submit: Takuto Ikuta <[email protected]> Commit-Queue: Takuto Ikuta <[email protected]> Commit-Queue: Michael Achenbach <[email protected]> Cr-Commit-Position: refs/heads/main@{#83897}
1 parent cecaa44 commit 2eaf21e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

DEPS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ vars = {
3737
'download_jsfunfuzz': False,
3838
'download_prebuilt_bazel': False,
3939
'check_v8_header_includes': False,
40-
'checkout_reclient': False,
4140

4241
# By default, download the fuchsia sdk from the public sdk directory.
4342
'fuchsia_sdk_cipd_prefix': 'fuchsia/sdk/gn/',
@@ -147,7 +146,7 @@ deps = {
147146
}
148147
],
149148
'dep_type': 'cipd',
150-
'condition': '(host_os == "linux" or host_os == "mac" or host_os == "win") and checkout_reclient',
149+
'condition': 'host_os == "linux" or host_os == "mac" or host_os == "win"',
151150
},
152151
'test/benchmarks/data':
153152
Var('chromium_url') + '/v8/deps/third_party/benchmarks.git' + '@' + '05d7188267b4560491ff9155c5ee13e207ecd65f',

0 commit comments

Comments
 (0)