forked from firka/flutter
Revert "re-land "Migrate mac_host_engine to engine v2 builds." (#41233)"" (flutter/engine#41380)
Reverts flutter/engine#41323
This commit is contained in:
@@ -333,7 +333,6 @@ targets:
|
||||
timeout: 60
|
||||
|
||||
- name: Mac Host Engine
|
||||
bringup: true
|
||||
recipe: engine/engine
|
||||
properties:
|
||||
gclient_variables: >-
|
||||
|
||||
@@ -10,8 +10,7 @@
|
||||
"out/host_debug/zip_archives/darwin-x64/FlutterEmbedder.framework.zip",
|
||||
"out/host_debug/zip_archives/dart-sdk-darwin-x64.zip"
|
||||
],
|
||||
"name": "host_debug",
|
||||
"realm": "production"
|
||||
"name": "host_debug"
|
||||
}
|
||||
],
|
||||
"drone_dimensions": [
|
||||
@@ -68,8 +67,7 @@
|
||||
"include_paths": [
|
||||
"out/host_profile/zip_archives/darwin-x64-profile/artifacts.zip"
|
||||
],
|
||||
"name": "host_profile",
|
||||
"realm": "production"
|
||||
"name": "host_profile"
|
||||
}
|
||||
],
|
||||
"drone_dimensions": [
|
||||
@@ -124,8 +122,7 @@
|
||||
"out/host_release/zip_archives/darwin-x64-release/artifacts.zip",
|
||||
"out/host_release/zip_archives/darwin-x64/font-subset.zip"
|
||||
],
|
||||
"name": "host_release",
|
||||
"realm": "production"
|
||||
"name": "host_release"
|
||||
}
|
||||
],
|
||||
"drone_dimensions": [
|
||||
@@ -187,8 +184,7 @@
|
||||
"out/mac_debug_arm64/zip_archives/darwin-arm64/artifacts.zip",
|
||||
"out/mac_debug_arm64/zip_archives/dart-sdk-darwin-arm64.zip"
|
||||
],
|
||||
"name": "mac_debug_arm64",
|
||||
"realm": "production"
|
||||
"name": "mac_debug_arm64"
|
||||
}
|
||||
],
|
||||
"drone_dimensions": [
|
||||
@@ -229,8 +225,7 @@
|
||||
"include_paths": [
|
||||
"out/mac_profile_arm64/zip_archives/darwin-arm64-profile/artifacts.zip"
|
||||
],
|
||||
"name": "mac_profile_arm64",
|
||||
"realm": "production"
|
||||
"name": "mac_profile_arm64"
|
||||
}
|
||||
],
|
||||
"drone_dimensions": [
|
||||
@@ -269,8 +264,7 @@
|
||||
"out/mac_release_arm64/zip_archives/darwin-arm64/font-subset.zip",
|
||||
"out/mac_release_arm64/zip_archives/darwin-arm64-release/artifacts.zip"
|
||||
],
|
||||
"name": "mac_release_arm64",
|
||||
"realm": "production"
|
||||
"name": "mac_release_arm64"
|
||||
}
|
||||
],
|
||||
"drone_dimensions": [
|
||||
@@ -398,38 +392,31 @@
|
||||
"archives": [
|
||||
{
|
||||
"source": "out/release/framework/FlutterMacOS.dSYM.zip",
|
||||
"destination": "darwin-x64-release/FlutterMacOS.dSYM.zip",
|
||||
"realm": "production"
|
||||
"destination": "darwin-x64-release/FlutterMacOS.dSYM.zip"
|
||||
},
|
||||
{
|
||||
"source": "out/debug/framework/FlutterMacOS.framework.zip",
|
||||
"destination": "darwin-x64/FlutterMacOS.framework.zip",
|
||||
"realm": "production"
|
||||
"destination": "darwin-x64/FlutterMacOS.framework.zip"
|
||||
},
|
||||
{
|
||||
"source": "out/profile/framework/FlutterMacOS.framework.zip",
|
||||
"destination": "darwin-x64-profile/FlutterMacOS.framework.zip",
|
||||
"realm": "production"
|
||||
"destination": "darwin-x64-profile/FlutterMacOS.framework.zip"
|
||||
},
|
||||
{
|
||||
"source": "out/release/framework/FlutterMacOS.framework.zip",
|
||||
"destination": "darwin-x64-release/FlutterMacOS.framework.zip",
|
||||
"realm": "production"
|
||||
"destination": "darwin-x64-release/FlutterMacOS.framework.zip"
|
||||
},
|
||||
{
|
||||
"source": "out/debug/snapshot/gen_snapshot.zip",
|
||||
"destination": "darwin-x64/gen_snapshot.zip",
|
||||
"realm": "production"
|
||||
"destination": "darwin-x64/gen_snapshot.zip"
|
||||
},
|
||||
{
|
||||
"source": "out/profile/snapshot/gen_snapshot.zip",
|
||||
"destination": "darwin-x64-profile/gen_snapshot.zip",
|
||||
"realm": "production"
|
||||
"destination": "darwin-x64-profile/gen_snapshot.zip"
|
||||
},
|
||||
{
|
||||
"source": "out/release/snapshot/gen_snapshot.zip",
|
||||
"destination": "darwin-x64-release/gen_snapshot.zip",
|
||||
"realm": "production"
|
||||
"destination": "darwin-x64-release/gen_snapshot.zip"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user