From 17e1081a046d209211f592d32486614c30fdc833 Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Wed, 9 Oct 2024 16:06:45 -0700 Subject: [PATCH 1/2] Roll buildroot to pick up change to --time executions --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 0be3bf335124d..c9be4c47ef114 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' + '@' + '048d9a0e0dd63aee42bc5519dbb88f6c38627efe', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7', From 61d24209c3d67633b60435f26cc3cd1357f15dc3 Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Wed, 9 Oct 2024 19:14:37 -0700 Subject: [PATCH 2/2] Update hash --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c9be4c47ef114..21953455787c5 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '048d9a0e0dd63aee42bc5519dbb88f6c38627efe', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '4006f2730e566c2a4c2bbbbba406f888c401e094', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7',