-
Notifications
You must be signed in to change notification settings - Fork 6k
Prefix gen_shapshot
build invocation with time
based on the current platform.
#55633
Conversation
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this flag need to be added to https://github.com/flutter/buildroot repo first?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh shoot, I thought I had sent the buildroot patch, let me send you that first!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rolled buildroot in this PR as well.
This pull request has been changed to a draft. The currently pending flutter-gold status will not be able to resolve until a new commit is pushed or the change is marked ready for review again. |
Work on debugging flutter/flutter#154437. Must land and roll into flutter/engine before flutter/engine#55633.
Looks like it assumed the executable was local, versus on the PATH:
I'll... look at this again. |
Work on debugging flutter/flutter#154437.