mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2026-01-01 03:12:16 +08:00
Switch from python to python3.
Some hooks were still referring python. No-Try: True Bug: b/238765359 Change-Id: I0a547bdc22696e8fae03e2d2fafbce697df481bc Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3758073 Reviewed-by: Frank Barchard <fbarchard@chromium.org> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
This commit is contained in:
parent
d248929c05
commit
7413965da8
4
DEPS
4
DEPS
@ -2200,7 +2200,7 @@ hooks = [
|
||||
'name': 'msan_chained_origins',
|
||||
'pattern': '.',
|
||||
'condition': 'checkout_instrumented_libraries',
|
||||
'action': [ 'python',
|
||||
'action': [ 'python3',
|
||||
'src/third_party/depot_tools/download_from_google_storage.py',
|
||||
"--no_resume",
|
||||
"--no_auth",
|
||||
@ -2212,7 +2212,7 @@ hooks = [
|
||||
'name': 'msan_no_origins',
|
||||
'pattern': '.',
|
||||
'condition': 'checkout_instrumented_libraries',
|
||||
'action': [ 'python',
|
||||
'action': [ 'python3',
|
||||
'src/third_party/depot_tools/download_from_google_storage.py',
|
||||
"--no_resume",
|
||||
"--no_auth",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user