Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[macOS] Archive universal gen_snapshot binaries #53962

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions ci/builders/mac_host_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@
"config": "ci/mac_profile_arm64",
"targets": [
"flutter/build/archives:artifacts",
"flutter/lib/snapshot:create_macos_gen_snapshots",
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework"
]
},
Expand Down Expand Up @@ -558,9 +559,9 @@
"--dst",
"out/debug/snapshot",
"--arm64-path",
"out/ci/mac_debug_arm64/clang_x64/gen_snapshot",
"out/ci/mac_debug_arm64/gen_snapshot_arm64",
"--x64-path",
"out/ci/host_debug/gen_snapshot",
"out/ci/host_debug/gen_snapshot_x64",
"--zip"
],
"script": "flutter/sky/tools/create_macos_gen_snapshots.py"
Expand All @@ -571,9 +572,9 @@
"--dst",
"out/profile/snapshot",
"--arm64-path",
"out/ci/mac_profile_arm64/clang_x64/gen_snapshot",
"out/ci/mac_profile_arm64/gen_snapshot_arm64",
"--x64-path",
"out/ci/host_profile/gen_snapshot",
"out/ci/host_profile/gen_snapshot_x64",
"--zip"
],
"script": "flutter/sky/tools/create_macos_gen_snapshots.py"
Expand All @@ -584,9 +585,9 @@
"--dst",
"out/release/snapshot",
"--arm64-path",
"out/ci/mac_release_arm64/clang_x64/gen_snapshot",
"out/ci/mac_release_arm64/gen_snapshot_arm64",
"--x64-path",
"out/ci/host_release/gen_snapshot",
"out/ci/host_release/gen_snapshot_x64",
"--zip"
],
"script": "flutter/sky/tools/create_macos_gen_snapshots.py"
Expand Down