Skip to content

Commit cd22f8c

Browse files
sigurdmCommit Bot
authored and
Commit Bot
committed
Allow depot_tools to update in tools/manage_deps.dart
This became a problem with: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3556588 . Change-Id: I00d16291112d63dff190a5553805f6185ea470b9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/239316 Reviewed-by: Jonas Jensen <[email protected]> Reviewed-by: William Hesse <[email protected]> Commit-Queue: Sigurd Meldgaard <[email protected]>
1 parent ba341d7 commit cd22f8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/manage_deps.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ List<String> runProcessForLines(List<String> cmd,
231231
cmd[0],
232232
cmd.skip(1).toList(),
233233
workingDirectory: workingDirectory,
234+
environment: {'DEPOT_TOOLS_UPDATE': '0'},
234235
);
235236
printSuccessTrailer(result, onFailure);
236237
final output = (result.stdout as String);

0 commit comments

Comments
 (0)