mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Migrate linux_host_engine to engine v2. (flutter/engine#41715)
The artifacts generated by legacy and engine v2 are identical. This PR is moving linux host engine to staging and starts uploading engine v2 artifacts to production. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
This commit is contained in:
parent
f6636f5cdc
commit
a21064fb0a
@ -183,6 +183,7 @@ targets:
|
||||
|
||||
- name: Linux Host Engine
|
||||
recipe: engine/engine
|
||||
bringup: true
|
||||
properties:
|
||||
gclient_variables: >-
|
||||
{"download_emsdk": true}
|
||||
|
||||
@ -76,7 +76,8 @@
|
||||
"out/host_debug/zip_archives/linux-x64/font-subset.zip",
|
||||
"out/host_debug/zip_archives/flutter_patched_sdk.zip",
|
||||
"out/host_debug/zip_archives/dart-sdk-linux-x64.zip"
|
||||
]
|
||||
],
|
||||
"realm": "production"
|
||||
}
|
||||
],
|
||||
"drone_dimensions": [
|
||||
@ -176,7 +177,8 @@
|
||||
"type": "gcs",
|
||||
"include_paths": [
|
||||
"out/host_release/zip_archives/flutter_patched_sdk_product.zip"
|
||||
]
|
||||
],
|
||||
"realm": "production"
|
||||
}
|
||||
],
|
||||
"drone_dimensions": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user