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')