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:
Gavin Mak 2025-05-02 09:21:03 -07:00 committed by libyuv LUCI CQ
parent 9f9b5cf660
commit 4db2af62da

3
DEPS
View File

@ -1797,7 +1797,6 @@ hooks = [
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=win32',
'--no_auth',
'--bucket', 'chromium-luci',
'-d', 'src/tools/luci-go/win64',
],
@ -1808,7 +1807,6 @@ hooks = [
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=darwin',
'--no_auth',
'--bucket', 'chromium-luci',
'-d', 'src/tools/luci-go/mac64',
],
@ -1819,7 +1817,6 @@ hooks = [
'action': [ 'download_from_google_storage',
'--no_resume',
'--platform=linux*',
'--no_auth',
'--bucket', 'chromium-luci',
'-d', 'src/tools/luci-go/linux64',
],