aboutsummaryrefslogtreecommitdiff
path: root/tools_webrtc
diff options
context:
space:
mode:
authorMirko Bonadei <mbonadei@webrtc.org>2022-09-12 09:38:06 +0000
committerWebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-12 09:49:38 +0000
commit09472fd8d9559bc58ccacb0f46b7d57229cbf101 (patch)
tree6a96c3fb1101f82733518b0037c4a5ef208990dd /tools_webrtc
parent5ff51ee2839be2a2783bb360ed81e9158a844e55 (diff)
downloadwebrtc-09472fd8d9559bc58ccacb0f46b7d57229cbf101.tar.gz
Reset cache on Windows bots.
This is required to restore a lot of Windows bots that are failing to compile after the attempt to roll libc++. Bug: None Change-Id: Id9f9dba0a529eddae7edd3fc56e73b453ef2acd0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275120 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Auto-Submit: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38058}
Diffstat (limited to 'tools_webrtc')
-rwxr-xr-xtools_webrtc/get_landmines.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools_webrtc/get_landmines.py b/tools_webrtc/get_landmines.py
index 3539943b0d..ae4183fed2 100755
--- a/tools_webrtc/get_landmines.py
+++ b/tools_webrtc/get_landmines.py
@@ -46,6 +46,7 @@ def print_landmines(): # pylint: disable=invalid-name
print('Clobber because of libc++ issue')
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)')
if host_os() == 'mac':
print('Clobber due to iOS compile errors (crbug.com/694721)')
print('Clobber to unblock https://codereview.webrtc.org/2709573003')