From ebd384ac0066c979fa8fcd69b139e05407618820 Mon Sep 17 00:00:00 2001 From: Kevin Marshall Date: Mon, 25 Feb 2019 01:42:42 +0000 Subject: [PATCH] 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 Commit-Queue: Kevin Marshall Cr-Original-Commit-Position: refs/heads/master@{#635005} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: f428272910b363cefbf67f9bebedbd32fcd29705 --- fuchsia/linux.sdk.sha1 | 2 +- fuchsia/mac.sdk.sha1 | 2 +- get_landmines.py | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fuchsia/linux.sdk.sha1 b/fuchsia/linux.sdk.sha1 index 43c6efe70..49e638cfd 100644 --- a/fuchsia/linux.sdk.sha1 +++ b/fuchsia/linux.sdk.sha1 @@ -1 +1 @@ -a2ea5f5d6d67ba13062c98cf312f0887aea91cb3 \ No newline at end of file +d5a51eb15454dffbf0681c781110972adfc11828 diff --git a/fuchsia/mac.sdk.sha1 b/fuchsia/mac.sdk.sha1 index d6437e4ac..88a1eeffe 100644 --- a/fuchsia/mac.sdk.sha1 +++ b/fuchsia/mac.sdk.sha1 @@ -1 +1 @@ -8f16de2e93bdcb2442be4935500102658c60a330 \ No newline at end of file +593fe7d6266722a0c13e9b71ac68ea0ca34e2a59 diff --git a/get_landmines.py b/get_landmines.py index 8a655e303..3c484e2f1 100755 --- a/get_landmines.py +++ b/get_landmines.py @@ -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()