mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[gn + ci/builders/json] add snapshot for arm64 (flutter/engine#34698)
This commit is contained in:
parent
39d01bcb5e
commit
8de89cd83f
@ -143,7 +143,8 @@
|
||||
{
|
||||
"base_path": "out/mac_debug_arm64/zip_archives/",
|
||||
"include_paths": [
|
||||
"out/mac_debug_arm64/zip_archives/dart-sdk-darwin-arm64.zip"
|
||||
"out/mac_debug_arm64/zip_archives/dart-sdk-darwin-arm64.zip",
|
||||
"out/mac_debug_arm64/zip_archives/darwin-x64/gen_snapshot.zip"
|
||||
],
|
||||
"name": "mac_debug_arm64"
|
||||
}
|
||||
@ -170,7 +171,8 @@
|
||||
"ninja": {
|
||||
"config": "mac_debug_arm64",
|
||||
"targets": [
|
||||
"flutter/build/archives:dart_sdk_archive"
|
||||
"flutter/build/archives:dart_sdk_archive",
|
||||
"flutter/build/archives:archive_gen_snapshot"
|
||||
]
|
||||
},
|
||||
"tests": []
|
||||
@ -179,7 +181,9 @@
|
||||
"archives": [
|
||||
{
|
||||
"base_path": "out/mac_profile_arm64/zip_archives/",
|
||||
"include_paths": [],
|
||||
"include_paths": [
|
||||
"out/mac_profile_arm64/zip_archives/darwin-x64/gen_snapshot.zip"
|
||||
],
|
||||
"name": "mac_profile_arm64"
|
||||
}
|
||||
],
|
||||
@ -203,7 +207,9 @@
|
||||
"name": "mac_profile_arm64",
|
||||
"ninja": {
|
||||
"config": "mac_profile_arm64",
|
||||
"targets": []
|
||||
"targets": [
|
||||
"flutter/build/archives:archive_gen_snapshot"
|
||||
]
|
||||
},
|
||||
"tests": []
|
||||
},
|
||||
@ -211,7 +217,9 @@
|
||||
"archives": [
|
||||
{
|
||||
"base_path": "out/mac_release_arm64/zip_archives/",
|
||||
"include_paths": [],
|
||||
"include_paths": [
|
||||
"out/mac_release_arm64/zip_archives/darwin-x64/gen_snapshot.zip"
|
||||
],
|
||||
"name": "mac_release_arm64"
|
||||
}
|
||||
],
|
||||
@ -235,7 +243,9 @@
|
||||
"name": "mac_release_arm64",
|
||||
"ninja": {
|
||||
"config": "mac_release_arm64",
|
||||
"targets": []
|
||||
"targets": [
|
||||
"flutter/build/archives:archive_gen_snapshot"
|
||||
]
|
||||
},
|
||||
"tests": []
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user