Roll Fuchsia SDK from a2ea5f5d6d67 to d5a51eb15454dffbf068

Clobber build output to work around bad Ninja deps cache due to deps
refactoring.

The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.


CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast
TBR=cr-fuchsia+bot@chromium.org

Bug: 934404
Change-Id: I87edf0347fbbf18adc2adee7a18f1f3078c3e6e6
Reviewed-on: https://chromium-review.googlesource.com/c/1481078
Reviewed-by: John Budorick <jbudorick@chromium.org>
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Cr-Original-Commit-Position: refs/heads/master@{#635005}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: f428272910b363cefbf67f9bebedbd32fcd29705
This commit is contained in:
Kevin Marshall 2019-02-25 01:42:42 +00:00 коммит произвёл Commit Bot
Родитель 9f11dc30ae
Коммит ebd384ac00
3 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -1 +1 @@
a2ea5f5d6d67ba13062c98cf312f0887aea91cb3
d5a51eb15454dffbf0681c781110972adfc11828

Просмотреть файл

@ -1 +1 @@
8f16de2e93bdcb2442be4935500102658c60a330
593fe7d6266722a0c13e9b71ac68ea0ca34e2a59

Просмотреть файл

@ -72,6 +72,8 @@ def print_landmines():
print 'Clobber Windows to fix strange PCH-not-rebuilt errors.'
print 'CLobber all to fix GN breakage (crbug.com/736215)'
print 'The Great Blink mv for source files (crbug.com/768828)'
if host_os() == 'linux':
print 'Clobber to workaround buggy .ninja_deps cycle (crbug.com/934404)'
def main():
print_landmines()