From 9e07dcb43ab8ba1e2ae9cbeb56645aa5d605c496 Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Wed, 2 Oct 2019 07:22:02 -0700 Subject: [PATCH] Revert "Revert "Update linux toolchain for fuchsia" (#12578)" This reverts commit ff5ccfe772f0eb4b19d23385d8f442ca9a3756e8. --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 31cf3b93241be..7f576315b99bd 100644 --- a/DEPS +++ b/DEPS @@ -136,7 +136,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '25b164b5f49fe4592a8cd8d6cd08440522b36a75', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '135364b8f58b7e696434dc39e5e41255456ed67e', # Fuchsia compatibility # @@ -568,7 +568,7 @@ deps = { 'packages': [ { 'package': 'fuchsia/clang/linux-amd64', - 'version': '2Zhb_d8mlEZ32DvudCzH3qfmpsPvqXiGxDKoEbepTdcC' + 'version': 'q4DVY3W2m2eGCDeeGvLYhBRi-_0yQ4apcmRECxXKPmcC' } ], 'condition': 'host_os == "linux"',