This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tools/pkg/engine_build_configs/lib/src Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ vars = {
44
44
# See https://github.com/flutter/flutter/wiki/Engine-pre‐submits-and-post‐submits#post-submit
45
45
'clang_version' : 'git_revision:725656bdd885483c39f482a01ea25d67acf39c46' ,
46
46
47
- 'reclient_version' : 'git_revision:2c9285bdffcfd1b21afb028d57494ff78761af81 ' ,
47
+ 'reclient_version' : 'git_revision:29a9d3cb597b6a7d67fa3e9aa8a7cab1c81232ee ' ,
48
48
49
49
'gcloud_version' : 'version:2@444.0.0.chromium.3' ,
50
50
@@ -277,7 +277,7 @@ allowed_hosts = [
277
277
]
278
278
279
279
deps = {
280
- 'src' : 'https://github.com/flutter/buildroot.git' + '@' + 'c5f0206b6fd70a85a41718f0bc6481b7c5348026 ' ,
280
+ 'src' : 'https://github.com/flutter/buildroot.git' + '@' + 'b55755acbe3d771f2c0f9da708af4bc9477b91d7 ' ,
281
281
282
282
'src/flutter/third_party/depot_tools' :
283
283
Var ('chromium_git' ) + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7' ,
@@ -946,7 +946,7 @@ deps = {
946
946
'packages' : [
947
947
{
948
948
'package' : 'flutter_internal/rbe/reclient_cfgs' ,
949
- 'version' : 'ZuU_165luvP45DTYUP6WlEXb5EXyVxEuAm45ZB1c3zoC ' ,
949
+ 'version' : 'XIomtC8MFuQrF9qI5xYcFfcfKXZTbcY6nL6NgF-pSRIC ' ,
950
950
}
951
951
],
952
952
'condition' : 'use_rbe' ,
Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ final class BuildRunner extends Runner {
356
356
final List <String > bootstrapCommand = < String > [
357
357
bootstrapPath,
358
358
'--re_proxy=$reproxyPath ' ,
359
- '--automatic_auth=true ' ,
359
+ '--use_application_default_credentials ' ,
360
360
if (shutdown) '--shutdown' else ...< String > ['--cfg=$reclientConfigPath ' ],
361
361
];
362
362
if (! processRunner.processManager.canRun (bootstrapPath)) {
You can’t perform that action at this time.
0 commit comments