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

Commit 70194c8

Browse files
authored
Revert "Reland "Migrate mac_host_engine to engine v2 builds."" (#41284)
Reverts #41279
1 parent 35833e7 commit 70194c8

File tree

2 files changed

+13
-27
lines changed

2 files changed

+13
-27
lines changed

.ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ targets:
332332
timeout: 60
333333

334334
- name: Mac Host Engine
335-
bringup: true
336335
recipe: engine/engine
337336
properties:
338337
gclient_variables: >-

ci/builders/mac_host_engine.json

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"out/host_debug/zip_archives/darwin-x64/FlutterEmbedder.framework.zip",
1111
"out/host_debug/zip_archives/dart-sdk-darwin-x64.zip"
1212
],
13-
"name": "host_debug",
14-
"realm": "production"
13+
"name": "host_debug"
1514
}
1615
],
1716
"drone_dimensions": [
@@ -68,8 +67,7 @@
6867
"include_paths": [
6968
"out/host_profile/zip_archives/darwin-x64-profile/artifacts.zip"
7069
],
71-
"name": "host_profile",
72-
"realm": "production"
70+
"name": "host_profile"
7371
}
7472
],
7573
"drone_dimensions": [
@@ -124,8 +122,7 @@
124122
"out/host_release/zip_archives/darwin-x64-release/artifacts.zip",
125123
"out/host_release/zip_archives/darwin-x64/font-subset.zip"
126124
],
127-
"name": "host_release",
128-
"realm": "production"
125+
"name": "host_release"
129126
}
130127
],
131128
"drone_dimensions": [
@@ -187,8 +184,7 @@
187184
"out/mac_debug_arm64/zip_archives/darwin-arm64/artifacts.zip",
188185
"out/mac_debug_arm64/zip_archives/dart-sdk-darwin-arm64.zip"
189186
],
190-
"name": "mac_debug_arm64",
191-
"realm": "production"
187+
"name": "mac_debug_arm64"
192188
}
193189
],
194190
"drone_dimensions": [
@@ -229,8 +225,7 @@
229225
"include_paths": [
230226
"out/mac_profile_arm64/zip_archives/darwin-arm64-profile/artifacts.zip"
231227
],
232-
"name": "mac_profile_arm64",
233-
"realm": "production"
228+
"name": "mac_profile_arm64"
234229
}
235230
],
236231
"drone_dimensions": [
@@ -269,8 +264,7 @@
269264
"out/mac_release_arm64/zip_archives/darwin-arm64/font-subset.zip",
270265
"out/mac_release_arm64/zip_archives/darwin-arm64-release/artifacts.zip"
271266
],
272-
"name": "mac_release_arm64",
273-
"realm": "production"
267+
"name": "mac_release_arm64"
274268
}
275269
],
276270
"drone_dimensions": [
@@ -398,38 +392,31 @@
398392
"archives": [
399393
{
400394
"source": "out/release/framework/FlutterMacOS.dSYM.zip",
401-
"destination": "darwin-x64-release/FlutterMacOS.dSYM.zip",
402-
"realm": "production"
395+
"destination": "darwin-x64-release/FlutterMacOS.dSYM.zip"
403396
},
404397
{
405398
"source": "out/debug/framework/FlutterMacOS.framework.zip",
406-
"destination": "darwin-x64/FlutterMacOS.framework.zip",
407-
"realm": "production"
399+
"destination": "darwin-x64/FlutterMacOS.framework.zip"
408400
},
409401
{
410402
"source": "out/profile/framework/FlutterMacOS.framework.zip",
411-
"destination": "darwin-x64-profile/FlutterMacOS.framework.zip",
412-
"realm": "production"
403+
"destination": "darwin-x64-profile/FlutterMacOS.framework.zip"
413404
},
414405
{
415406
"source": "out/release/framework/FlutterMacOS.framework.zip",
416-
"destination": "darwin-x64-release/FlutterMacOS.framework.zip",
417-
"realm": "production"
407+
"destination": "darwin-x64-release/FlutterMacOS.framework.zip"
418408
},
419409
{
420410
"source": "out/debug/snapshot/gen_snapshot.zip",
421-
"destination": "darwin-x64/gen_snapshot.zip",
422-
"realm": "production"
411+
"destination": "darwin-x64/gen_snapshot.zip"
423412
},
424413
{
425414
"source": "out/profile/snapshot/gen_snapshot.zip",
426-
"destination": "darwin-x64-profile/gen_snapshot.zip",
427-
"realm": "production"
415+
"destination": "darwin-x64-profile/gen_snapshot.zip"
428416
},
429417
{
430418
"source": "out/release/snapshot/gen_snapshot.zip",
431-
"destination": "darwin-x64-release/gen_snapshot.zip",
432-
"realm": "production"
419+
"destination": "darwin-x64-release/gen_snapshot.zip"
433420
}
434421
]
435422
}

0 commit comments

Comments
 (0)