mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
use configure_reclient_cfgs instead of fetch_reclient_cfgs
fetch_reclient_cfgs was removed to configure_reclient_cfgs https://source.chromium.org/chromium/chromium/src/+/main:buildtools/reclient_cfgs/fetch_reclient_cfgs.py Change-Id: I701ec8774b33c07aacf2c7e6dc995d6a4e89d06c Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/7005807 Commit-Queue: Fumitoshi Ukai <ukai@google.com> Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Reviewed-by: Christoffer Dewerin <jansson@chromium.org>
This commit is contained in:
parent
0d8ed86032
commit
f5c7d8a44d
4
DEPS
4
DEPS
@ -1637,11 +1637,11 @@ hooks = [
|
|||||||
},
|
},
|
||||||
# Download remote exec cfg files
|
# Download remote exec cfg files
|
||||||
{
|
{
|
||||||
'name': 'fetch_reclient_cfgs',
|
'name': 'configure_reclient_cfgs',
|
||||||
'pattern': '.',
|
'pattern': '.',
|
||||||
'condition': 'download_remoteexec_cfg',
|
'condition': 'download_remoteexec_cfg',
|
||||||
'action': ['python3',
|
'action': ['python3',
|
||||||
'src/buildtools/reclient_cfgs/fetch_reclient_cfgs.py',
|
'src/buildtools/reclient_cfgs/configure_reclient_cfgs.py',
|
||||||
'--rbe_instance',
|
'--rbe_instance',
|
||||||
Var('rbe_instance'),
|
Var('rbe_instance'),
|
||||||
'--reproxy_cfg_template',
|
'--reproxy_cfg_template',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user