Reset cache on Windows bots.

No-Try: True
Bug: None
Change-Id: I32d298e8504195ecc21b8d64241bd42c18a77b0c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275310
Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38068}
This commit is contained in:
Mirko Bonadei 2022-09-13 13:23:27 +00:00 committed by WebRTC LUCI CQ
parent 842858c6d0
commit 39f216bf1d

View File

@ -47,6 +47,7 @@ def print_landmines(): # pylint: disable=invalid-name
print('Clobber because of libc++ issue - take 2')
print('Clobber because of libc++ issue - take 3')
print('Clobber because of libc++ issue - take 4 (crbug.com/1337238)')
print('Clobber because of libc++ issue - take 5 (crbug.com/1337238)')
if host_os() == 'mac':
print('Clobber due to iOS compile errors (crbug.com/694721)')
print('Clobber to unblock https://codereview.webrtc.org/2709573003')