Roll Flutter Engine from fce741dd83cf to 8ab17202937d (7 revisions) (#103982)
* e0f736dab Set error handler (flutter/engine#33402) * dcd596a99 Roll Dart SDK from 381855557df2 to f3bf9025c141 (1 revision) (flutter/engine#33411) * 5c2a16e07 Roll Fuchsia Linux SDK from F0_B8WVKY... to IZ7_b83xC... (flutter/engine#33415) * 4958a245a Roll dart sdk to 1bdb83bddf96c41cc046810c697a2c80bfaaaf19 (flutter/engine#33416) * d2fd3d852 Roll Fuchsia Mac SDK from t_ky8l6nb... to egBfZMmTP... (flutter/engine#33417) * d58fc83f1 Roll Dart SDK from 1bdb83bddf96 to 0bc104c3e959 (1 revision) (flutter/engine#33419) * 8ab172029 Roll Skia from 0a5146ca3ffd to 16fa353926b8 (28 revisions) (flutter/engine#33420) * Remove fraction translation * Update codesign.dart Co-authored-by: Jonah Williams <jonahwilliams@google.com>
This commit is contained in:
parent
4c7384c971
commit
9651f1d717
@ -1 +1 @@
|
||||
fce741dd83cf29624bdbed4c663a9a022fb1f559
|
||||
8ab17202937d1b957cc86d4e30276a1b5f5e28d1
|
||||
|
@ -1 +1 @@
|
||||
F0_B8WVKYgH_QIADC3dqG4saqqPQUA7j86oAaLsqTeIC
|
||||
IZ7_b83xCnG0dNW-WJcMeD8rKBI4CtszbatDemd5micC
|
||||
|
@ -1 +1 @@
|
||||
t_ky8l6nbxY6dHB94l9fuD3oG7ku21erKfQzYB5qg5wC
|
||||
egBfZMmTPuoUxHIIONU4-MOeMPUGCxEz9wDZY6OaXy0C
|
||||
|
@ -28,6 +28,7 @@ const String kSignatures = 'signatures';
|
||||
const String kRevision = 'revision';
|
||||
const String kUpstream = 'upstream';
|
||||
|
||||
|
||||
/// Command to codesign and verify the signatures of cached binaries.
|
||||
class CodesignCommand extends Command<void> {
|
||||
CodesignCommand({
|
||||
@ -152,7 +153,6 @@ class CodesignCommand extends Command<void> {
|
||||
'artifacts/engine/darwin-x64-release/gen_snapshot_arm64',
|
||||
'artifacts/engine/darwin-x64-release/gen_snapshot_x64',
|
||||
'artifacts/engine/darwin-x64/flutter_tester',
|
||||
'artifacts/engine/darwin-x64/flutter_tester_fractional_translation',
|
||||
'artifacts/engine/darwin-x64/gen_snapshot',
|
||||
'artifacts/engine/darwin-x64/gen_snapshot_arm64',
|
||||
'artifacts/engine/darwin-x64/gen_snapshot_x64',
|
||||
|
Loading…
x
Reference in New Issue
Block a user