mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Adds a Linux Fuchsia FEMU config that enables CSO (flutter/engine#39718)
* Adds a Linux Fuchsia FEMU config that enables CSO * Update .ci.yaml * Update .ci.yaml
This commit is contained in:
parent
2b185ea8d8
commit
4ecf893af3
@ -156,6 +156,19 @@ targets:
|
||||
emulator_arch: "x64"
|
||||
timeout: 60
|
||||
|
||||
- name: Linux Fuchsia FEMU (cso)
|
||||
recipe: engine/femu_test
|
||||
bringup: true
|
||||
properties:
|
||||
add_recipes_cq: "false"
|
||||
build_fuchsia: "true"
|
||||
fuchsia_ctl_version: version:0.0.27
|
||||
# ensure files from pre-production Fuchsia SDK tests are purged from cache
|
||||
clobber: "true"
|
||||
emulator_arch: "x64"
|
||||
enable_cso: "true"
|
||||
timeout: 90
|
||||
|
||||
- name: Linux Fuchsia arm64 FEMU
|
||||
recipe: engine/femu_test
|
||||
bringup: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user