Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 74dc918

Browse files
author
auto-submit[bot]
committed
Revert "Reverts "Run gen_snapshot under /usr/bin/time (#55777)" (#55787)"
This reverts commit bc9859d.
1 parent bc9859d commit 74dc918

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ allowed_hosts = [
277277
]
278278

279279
deps = {
280-
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'f85c3be4bf808add6ba867b8ff7943fd235b7b5e',
280+
'src': 'https://github.com/flutter/buildroot.git' + '@' + '773652167dbd506c5fb85d168e2c9038f24fed2a',
281281

282282
'src/flutter/third_party/depot_tools':
283283
Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7',

lib/snapshot/BUILD.gn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ group("generate_snapshot_bins") {
6363
# See: `bin_to_linkable` rules below that build these outputs into linkable form
6464
# See: https://github.com/flutter/flutter/wiki/Flutter-engine-operation-in-AOT-Mode
6565
compiled_action("generate_snapshot_bin") {
66+
# TODO(https://github.com/flutter/flutter/issues/154437).
67+
prefix_with_time_cmd = true
68+
6669
if (target_cpu == "x86" && host_os == "linux") {
6770
# By default Dart will create a 32-bit gen_snapshot host binary if the target
6871
# platform is 32-bit. Override this to create a 64-bit gen_snapshot for x86

0 commit comments

Comments
 (0)