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:
Zachary Anderson 2023-02-17 10:47:56 -08:00 committed by GitHub
parent 2b185ea8d8
commit 4ecf893af3

View File

@ -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