Henrik Kjellander
0de11aa130
Landmine to clobber failing Android x86/x64 builds
...
Clobber to fix Android x86/x64 builds after
https://codereview.webrtc.org/1414343008/
They started failing with errors like
../../third_party/android_tools/ndk/platforms/android-21/arch-x86_64/usr/include/stdint.h:32:20: fatal error: stddef.h: No such file or directory
#include <stddef.h>
^
from https://build.chromium.org/p/tryserver.webrtc/builders/android_compile_x64_dbg/builds/10032/steps/compile/logs/stdio
A clobbered build solved the problem.
BUG=webrtc:5006
TBR=mbonadei@webrtc.org
Review-Url: https://codereview.webrtc.org/2601473002 .
Cr-Commit-Position: refs/heads/master@{#15757}
2016-12-22 11:40:56 +00:00
Henrik Kjellander
455b512333
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}
2016-11-29 10:14:47 +00:00
Henrik Kjellander
dd7a1cff68
Landmine due to corrupt .pdb files on Windows.
...
BUG=None
TBR=ehmaldonado@webrtc.org
Review URL: https://codereview.webrtc.org/2418713002 .
Cr-Commit-Position: refs/heads/master@{#14625}
2016-10-13 04:07:15 +00:00
kjellander
0c9e567cd5
Landmine to clobber on Android and Windows.
...
BUG=webrtc:6359
NOTRY=True
Review-Url: https://codereview.webrtc.org/2380613002
Cr-Commit-Position: refs/heads/master@{#14408}
2016-09-28 07:05:34 +00:00
kjellander
08352ab8c5
Emit landmine for Android builds to solve compile lint errors
...
The recent roll in https://codereview.webrtc.org/2293863002/ seems to cause
build errors on some Android bots. Clobbering all of them should solve it.
TBR=ehmaldonado@webrtc.org
NOTRY=True
Review-Url: https://codereview.webrtc.org/2300643002
Cr-Commit-Position: refs/heads/master@{#14000}
2016-08-31 15:24:06 +00:00
ehmaldonado
2ae1fb62f6
Fix get_landmines.py script.
...
BUG=webrtc:6216
NOTRY=True
Review-Url: https://codereview.webrtc.org/2250343002
Cr-Commit-Position: refs/heads/master@{#13795}
2016-08-17 11:00:47 +00:00
Henrik Kjellander
5ddee021dd
Landmine: clobber to remove out/{Debug,Release}/args.gn
...
Landmine support was added back in
https://codereview.webrtc.org/1402923003/
BUG=webrtc:5070,webrtc:5123
TBR=phoglund@webrtc.org
Review URL: https://codereview.webrtc.org/1415453006 .
Cr-Commit-Position: refs/heads/master@{#10426}
2015-10-27 11:00:00 +00:00
Henrik Kjellander
27576e0b68
Landmines support to ease clobbering builds
...
Landmines is a feature used in Chromium that makes it possible to
clobber the build output directory when needed. Example scenarios
are when compiler/tool/infrastructure changes require a full rebuild.
This is mainly to ease clobbering on all bots, but will also ensure
developers don't have to waste time on figuring out what's wrong
(or rely on reading PSA e-mails announcing when such manual action
is required).
This CL depends on https://codereview.chromium.org/1407733002/
being landed and rolled into DEPS first.
BUG=5077
R=kjellander@chromium.org , machenbach@chromium.org
Review URL: https://codereview.webrtc.org/1402923003 .
Cr-Commit-Position: refs/heads/master@{#10287}
2015-10-15 12:24:29 +00:00