Landmine to clobber Windows builders

Speculative clobber to see if the Win 64-bit Debug linking
errors go away.

BUG=chromium:668961
TBR=ossu@webrtc.org

Review URL: https://codereview.webrtc.org/2538593003 .

Cr-Commit-Position: refs/heads/master@{#15289}
This commit is contained in:
Henrik Kjellander 2016-11-29 11:14:35 +01:00
parent 1b5b22dc17
commit 455b512333

View File

@ -46,6 +46,7 @@ def print_landmines():
if platform() == 'win':
print 'Clobber to resolve some issues with corrupt .pdb files on bots.'
print 'Clobber due to corrupt .pdb files (after #14623)'
print 'Clobber due to Win 64-bit Debug linking error (crbug.com/668961)'
def main():