From 2fd5e6cc09f5480cc860adf7713f1b9ca05cc942 Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Wed, 9 Oct 2024 20:06:35 -0700 Subject: [PATCH] Roll buildroot to pick up change to --time executions (flutter/engine#55792) Pick up the change that repeats failed gn_run_binary.py execution --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index da0b910ef2..e746ae923e 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '773652167dbd506c5fb85d168e2c9038f24fed2a', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '4006f2730e566c2a4c2bbbbba406f888c401e094', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7',