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

Commit 67a1940

Browse files
Reverts "Reverts "Run gen_snapshot under /usr/bin/time (#55777)" (#55787)" (#55789)
Reverts: #55787 Initiated by: matanlurey Reason for reverting: We determined this was an expected failure. Original PR Author: auto-submit[bot] Reviewed By: {fluttergithubbot} This change reverts the following previous change: Reverts: #55777 Initiated by: matanlurey Reason for reverting: Breaks CI postsubmit (https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20Production%20Engine%20Drone/485517/overview). Original PR Author: aam Reviewed By: {matanlurey} This change reverts the following previous change: This should help further troubleshoot flutter/flutter#154437
1 parent bc9859d commit 67a1940

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)