mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
Remove --no_auth from download_from_google_storage hooks
The flag was deprecated by https://crrev.com/c/6414748 and has no effect besides telling the user that it has no effect. Bug: 414826937 Change-Id: Idd0ee2e7a3cab0f49c4f87da0f3901713f9ebf00 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/6509300 Reviewed-by: Frank Barchard <fbarchard@chromium.org> Reviewed-by: Wan-Teh Chang <wtc@google.com> Commit-Queue: Wan-Teh Chang <wtc@google.com>
This commit is contained in:
parent
9f9b5cf660
commit
4db2af62da
3
DEPS
3
DEPS
@ -1797,7 +1797,6 @@ hooks = [
|
|||||||
'action': [ 'download_from_google_storage',
|
'action': [ 'download_from_google_storage',
|
||||||
'--no_resume',
|
'--no_resume',
|
||||||
'--platform=win32',
|
'--platform=win32',
|
||||||
'--no_auth',
|
|
||||||
'--bucket', 'chromium-luci',
|
'--bucket', 'chromium-luci',
|
||||||
'-d', 'src/tools/luci-go/win64',
|
'-d', 'src/tools/luci-go/win64',
|
||||||
],
|
],
|
||||||
@ -1808,7 +1807,6 @@ hooks = [
|
|||||||
'action': [ 'download_from_google_storage',
|
'action': [ 'download_from_google_storage',
|
||||||
'--no_resume',
|
'--no_resume',
|
||||||
'--platform=darwin',
|
'--platform=darwin',
|
||||||
'--no_auth',
|
|
||||||
'--bucket', 'chromium-luci',
|
'--bucket', 'chromium-luci',
|
||||||
'-d', 'src/tools/luci-go/mac64',
|
'-d', 'src/tools/luci-go/mac64',
|
||||||
],
|
],
|
||||||
@ -1819,7 +1817,6 @@ hooks = [
|
|||||||
'action': [ 'download_from_google_storage',
|
'action': [ 'download_from_google_storage',
|
||||||
'--no_resume',
|
'--no_resume',
|
||||||
'--platform=linux*',
|
'--platform=linux*',
|
||||||
'--no_auth',
|
|
||||||
'--bucket', 'chromium-luci',
|
'--bucket', 'chromium-luci',
|
||||||
'-d', 'src/tools/luci-go/linux64',
|
'-d', 'src/tools/luci-go/linux64',
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user