From 2a0e94657dab8087c534d68536a31c89ab6832a1 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Wed, 7 Sep 2022 09:04:32 +0000 Subject: [PATCH] Clobber win bots The new roll of libc++ breaks some bots. Bug: b/245481305 Change-Id: Id27bdc3e4134122c3901e6aaf207bf9b04184644 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/274404 Auto-Submit: Mirko Bonadei Commit-Queue: Christoffer Jansson Reviewed-by: Christoffer Jansson Cr-Commit-Position: refs/heads/main@{#38027} --- 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 45fd6af2f1..3539943b0d 100755 --- a/tools_webrtc/get_landmines.py +++ b/tools_webrtc/get_landmines.py @@ -45,6 +45,7 @@ def print_landmines(): # pylint: disable=invalid-name print('Clobber win x86 bots (issues with isolated files).') print('Clobber because of libc++ issue') print('Clobber because of libc++ issue - take 2') + print('Clobber because of libc++ issue - take 3') if host_os() == 'mac': print('Clobber due to iOS compile errors (crbug.com/694721)') print('Clobber to unblock https://codereview.webrtc.org/2709573003')