Skip to content

Commit fec77cd

Browse files
nodirtCommit Bot
authored and
Commit Bot
committed
[DEPS] switch download.py hook back to python
download.py became flaky after switching to vpython and causing build breakages. Switch it back to python. [email protected] Bug: 784243 Change-Id: Ie0ca441bc0c9485c4052251a8e4c757697cbc7e7 No-Try: true No-Presubmit: true Reviewed-on: https://chromium-review.googlesource.com/769230 Commit-Queue: Nodir Turakulov <[email protected]> Reviewed-by: Nodir Turakulov <[email protected]> Cr-Commit-Position: refs/heads/master@{#516364}
1 parent 866b711 commit fec77cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

+1-1
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ hooks = [
774774
'pattern': 'src/third_party/binutils',
775775
'condition': 'host_os == "linux"',
776776
'action': [
777-
'vpython',
777+
'python',
778778
'src/third_party/binutils/download.py',
779779
],
780780
},

0 commit comments

Comments
 (0)