Skip to content

Commit 0932e1e

Browse files
authored
[gn + ci/builders/json] add snapshot for arm64 (flutter#34698)
1 parent b05768b commit 0932e1e

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

ci/builders/mac_host_engine.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@
143143
{
144144
"base_path": "out/mac_debug_arm64/zip_archives/",
145145
"include_paths": [
146-
"out/mac_debug_arm64/zip_archives/dart-sdk-darwin-arm64.zip"
146+
"out/mac_debug_arm64/zip_archives/dart-sdk-darwin-arm64.zip",
147+
"out/mac_debug_arm64/zip_archives/darwin-x64/gen_snapshot.zip"
147148
],
148149
"name": "mac_debug_arm64"
149150
}
@@ -170,7 +171,8 @@
170171
"ninja": {
171172
"config": "mac_debug_arm64",
172173
"targets": [
173-
"flutter/build/archives:dart_sdk_archive"
174+
"flutter/build/archives:dart_sdk_archive",
175+
"flutter/build/archives:archive_gen_snapshot"
174176
]
175177
},
176178
"tests": []
@@ -179,7 +181,9 @@
179181
"archives": [
180182
{
181183
"base_path": "out/mac_profile_arm64/zip_archives/",
182-
"include_paths": [],
184+
"include_paths": [
185+
"out/mac_profile_arm64/zip_archives/darwin-x64/gen_snapshot.zip"
186+
],
183187
"name": "mac_profile_arm64"
184188
}
185189
],
@@ -203,15 +207,19 @@
203207
"name": "mac_profile_arm64",
204208
"ninja": {
205209
"config": "mac_profile_arm64",
206-
"targets": []
210+
"targets": [
211+
"flutter/build/archives:archive_gen_snapshot"
212+
]
207213
},
208214
"tests": []
209215
},
210216
{
211217
"archives": [
212218
{
213219
"base_path": "out/mac_release_arm64/zip_archives/",
214-
"include_paths": [],
220+
"include_paths": [
221+
"out/mac_release_arm64/zip_archives/darwin-x64/gen_snapshot.zip"
222+
],
215223
"name": "mac_release_arm64"
216224
}
217225
],
@@ -235,7 +243,9 @@
235243
"name": "mac_release_arm64",
236244
"ninja": {
237245
"config": "mac_release_arm64",
238-
"targets": []
246+
"targets": [
247+
"flutter/build/archives:archive_gen_snapshot"
248+
]
239249
},
240250
"tests": []
241251
}

0 commit comments

Comments
 (0)