diff --git a/bin/internal/engine.version b/bin/internal/engine.version index f02617e3a6..5b2207d5f8 100644 --- a/bin/internal/engine.version +++ b/bin/internal/engine.version @@ -1 +1 @@ -fce741dd83cf29624bdbed4c663a9a022fb1f559 +8ab17202937d1b957cc86d4e30276a1b5f5e28d1 diff --git a/bin/internal/fuchsia-linux.version b/bin/internal/fuchsia-linux.version index cd5f1c31e7..20b8a914cf 100644 --- a/bin/internal/fuchsia-linux.version +++ b/bin/internal/fuchsia-linux.version @@ -1 +1 @@ -F0_B8WVKYgH_QIADC3dqG4saqqPQUA7j86oAaLsqTeIC +IZ7_b83xCnG0dNW-WJcMeD8rKBI4CtszbatDemd5micC diff --git a/bin/internal/fuchsia-mac.version b/bin/internal/fuchsia-mac.version index af971355e4..4d95da5958 100644 --- a/bin/internal/fuchsia-mac.version +++ b/bin/internal/fuchsia-mac.version @@ -1 +1 @@ -t_ky8l6nbxY6dHB94l9fuD3oG7ku21erKfQzYB5qg5wC +egBfZMmTPuoUxHIIONU4-MOeMPUGCxEz9wDZY6OaXy0C diff --git a/dev/conductor/core/lib/src/codesign.dart b/dev/conductor/core/lib/src/codesign.dart index 305339ce22..eb3468766a 100644 --- a/dev/conductor/core/lib/src/codesign.dart +++ b/dev/conductor/core/lib/src/codesign.dart @@ -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 { CodesignCommand({ @@ -152,7 +153,6 @@ class CodesignCommand extends Command { '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',