From 03034191442849866ebf1d66b730fc7775ab57bd Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Wed, 9 Oct 2024 09:12:32 -0700 Subject: [PATCH 1/4] Run gen_snapshot under /usr/bin/time --- DEPS | 2 +- lib/snapshot/BUILD.gn | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b48531ad39fb9..aaac39c2a2610 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'f85c3be4bf808add6ba867b8ff7943fd235b7b5e', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '9e824b1c7d3b87b2c4c0b846fc7787df23ba1b88', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7', diff --git a/lib/snapshot/BUILD.gn b/lib/snapshot/BUILD.gn index 73611e45063ab..6c6ce7fce573c 100644 --- a/lib/snapshot/BUILD.gn +++ b/lib/snapshot/BUILD.gn @@ -63,6 +63,9 @@ group("generate_snapshot_bins") { # See: `bin_to_linkable` rules below that build these outputs into linkable form # See: https://github.com/flutter/flutter/wiki/Flutter-engine-operation-in-AOT-Mode compiled_action("generate_snapshot_bin") { + # TODO(https://github.com/flutter/flutter/issues/154437). + prefix_with_time_cmd = true + if (target_cpu == "x86" && host_os == "linux") { # By default Dart will create a 32-bit gen_snapshot host binary if the target # platform is 32-bit. Override this to create a 64-bit gen_snapshot for x86 From 4e9836b067cb02311475877caf805cd8b7ebe18c Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Wed, 9 Oct 2024 09:50:22 -0700 Subject: [PATCH 2/4] Update buildroot to pick up new changes --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index aaac39c2a2610..1727b10be3a54 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '9e824b1c7d3b87b2c4c0b846fc7787df23ba1b88', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '0d8c160f82388846c19584c87163d409993e15d8', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7', From 9852fe69000d915cc7d52f186175576fe4445bcf Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Wed, 9 Oct 2024 10:40:20 -0700 Subject: [PATCH 3/4] Pick up another fix --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 1727b10be3a54..a3b65c7005619 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '0d8c160f82388846c19584c87163d409993e15d8', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '93a1057b1d0b0f9adab46294ab93b0a968605e17', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7', From d7e8b47794233267ca00de2334ef729690427cac Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Wed, 9 Oct 2024 12:53:48 -0700 Subject: [PATCH 4/4] Update buildroot hash --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index ce07ddee3e4e5..9abdb594d69ea 100644 --- a/DEPS +++ b/DEPS @@ -277,7 +277,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + '93a1057b1d0b0f9adab46294ab93b0a968605e17', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '773652167dbd506c5fb85d168e2c9038f24fed2a', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7',