Unverified Commit 9651f1d7 authored by engine-flutter-autoroll's avatar engine-flutter-autoroll Committed by GitHub

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: 's avatarJonah Williams <jonahwilliams@google.com>
parent 4c7384c9
fce741dd83cf29624bdbed4c663a9a022fb1f559 8ab17202937d1b957cc86d4e30276a1b5f5e28d1
F0_B8WVKYgH_QIADC3dqG4saqqPQUA7j86oAaLsqTeIC IZ7_b83xCnG0dNW-WJcMeD8rKBI4CtszbatDemd5micC
t_ky8l6nbxY6dHB94l9fuD3oG7ku21erKfQzYB5qg5wC egBfZMmTPuoUxHIIONU4-MOeMPUGCxEz9wDZY6OaXy0C
...@@ -28,6 +28,7 @@ const String kSignatures = 'signatures'; ...@@ -28,6 +28,7 @@ const String kSignatures = 'signatures';
const String kRevision = 'revision'; const String kRevision = 'revision';
const String kUpstream = 'upstream'; const String kUpstream = 'upstream';
/// Command to codesign and verify the signatures of cached binaries. /// Command to codesign and verify the signatures of cached binaries.
class CodesignCommand extends Command<void> { class CodesignCommand extends Command<void> {
CodesignCommand({ CodesignCommand({
...@@ -152,7 +153,6 @@ class CodesignCommand extends Command<void> { ...@@ -152,7 +153,6 @@ class CodesignCommand extends Command<void> {
'artifacts/engine/darwin-x64-release/gen_snapshot_arm64', 'artifacts/engine/darwin-x64-release/gen_snapshot_arm64',
'artifacts/engine/darwin-x64-release/gen_snapshot_x64', 'artifacts/engine/darwin-x64-release/gen_snapshot_x64',
'artifacts/engine/darwin-x64/flutter_tester', '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',
'artifacts/engine/darwin-x64/gen_snapshot_arm64', 'artifacts/engine/darwin-x64/gen_snapshot_arm64',
'artifacts/engine/darwin-x64/gen_snapshot_x64', 'artifacts/engine/darwin-x64/gen_snapshot_x64',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment