Commit 396ac76f authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Don't clobber the Simple Chrome cache at every gclient hook.

With crbug.com/834134, the cache will auto-evict old items. So there's
no need to clobber every time.

Bug: 834134
Change-Id: Idec34923ff9c6a30ddc633ab212d22a96bf3282f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212507Reviewed-by: default avatarErik Chen <erikchen@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#772008}
parent 98f27319
...@@ -4742,9 +4742,6 @@ hooks = [ ...@@ -4742,9 +4742,6 @@ hooks = [
'--download-vm', '--download-vm',
'--boards={cros_boards}', '--boards={cros_boards}',
'--cache-dir=src/build/cros_cache/', '--cache-dir=src/build/cros_cache/',
# TODO(crbug.com/834134): Remove the cache clobber when the sdk is smart
# enough to eject old toolchains from the cache.
'--clear-sdk-cache',
'--log-level=error', '--log-level=error',
'--no-shell', '--no-shell',
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment