diff --git a/tools_webrtc/get_landmines.py b/tools_webrtc/get_landmines.py index ba8ac9c1bf..399fb0ad72 100755 --- a/tools_webrtc/get_landmines.py +++ b/tools_webrtc/get_landmines.py @@ -43,6 +43,7 @@ def print_landmines(): # pylint: disable=invalid-name 'https://codereview.webrtc.org/2786603002') print ('Clobber due to Win Debug linking errors in ' 'https://codereview.webrtc.org/2832063003/') + print 'Clobber win x86 bots (issues with isolated files).' if host_os() == 'mac': print 'Clobber due to iOS compile errors (crbug.com/694721)' print 'Clobber to unblock https://codereview.webrtc.org/2709573003'