-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
From #60113 (comment)
Following #97671 and https://flutter-review.googlesource.com/c/recipes/+/26040,
FlutterMacOS.frameworkcontains the lipo'd x64 and arm64 engine dylib, and two newgen_snapshotbinaries are included with the engine artifacts as follows:
bin/cache/artifacts/engine/darwin-x64/gen_snapshot_x64bin/cache/artifacts/engine/darwin-x64/gen_snapshot_arm64bin/cache/artifacts/engine/darwin-x64-profile/gen_snapshot_x64bin/cache/artifacts/engine/darwin-x64-profile/gen_snapshot_arm64bin/cache/artifacts/engine/darwin-x64-release/gen_snapshot_x64bin/cache/artifacts/engine/darwin-x64-release/gen_snapshot_arm64The tool should switch to using those
gen_snapshots, and then we can remove thegen_snapshotthat's still there that doesn't have a suffix that specifies the architecture.
Additionally, remove arm64 EXCLUDED_ARCHS (see #72748) so the apps actually start getting built natively.
nohli, cadenkriese, rusuly and DmitrySboychakov
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Type
Projects
Status
Done