From 09472fd8d9559bc58ccacb0f46b7d57229cbf101 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Mon, 12 Sep 2022 09:38:06 +0000 Subject: [PATCH] Reset cache on Windows bots. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Commit-Queue: Henrik Boström Reviewed-by: Henrik Boström Auto-Submit: Mirko Bonadei Cr-Commit-Position: refs/heads/main@{#38058} --- tools_webrtc/get_landmines.py | 1 + 1 file changed, 1 insertion(+) 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')