Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ platform_properties:
{"dependency": "open_jdk", "version": "version:11"}
]
device_type: none
cpu: x86
cpu: arm64
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once the arm tests all pass, this will be removed so the scheduler can choose either arm64 or x64 depending on capacity.

os: Mac-12
xcode: 14a5294e # xcode 14.0 beta 5
windows:
Expand Down Expand Up @@ -338,6 +338,7 @@ targets:
{"download_emsdk": true}
add_recipes_cq: "true"
build_host: "true"
cpu: x86 # https://github.com/flutter/flutter/issues/124877
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Specifying Macmini8,1 Intel machine, see flutter/flutter#124877.

mac_model: "Macmini8,1"
timeout: 75

Expand Down Expand Up @@ -372,6 +373,7 @@ targets:
recipe: engine/engine_unopt
properties:
add_recipes_cq: "true"
cpu: x86 # https://github.com/flutter/flutter/issues/124877
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Macmini8,1 also

runtime_versions: >-
[
"ios-16-0_14a5294e"
Expand All @@ -383,8 +385,6 @@ targets:
recipe: engine/engine_lint
properties:
add_recipes_cq: "true"
cores: "8"
cpu: arm64
lint_host: "true"
lint_ios: "false"
timeout: 75
Expand All @@ -406,7 +406,6 @@ targets:
recipe: engine/engine_lint
properties:
add_recipes_cq: "true"
cpu: arm64
lint_host: "false"
lint_ios: "true"
timeout: 75
Expand Down Expand Up @@ -438,6 +437,7 @@ targets:
timeout: 60
properties:
release_build: "true"
cpu: x86 # https://github.com/flutter/flutter/issues/124833
config_name: mac_ios_engine
$flutter/osx_sdk : >-
{ "sdk_version": "14a5294e" }
Expand All @@ -452,7 +452,6 @@ targets:
timeout: 60
properties:
release_build: "true"
cpu: arm64
config_name: mac_impeller_cmake_example
$flutter/osx_sdk : >-
{ "sdk_version": "14a5294e" }
Expand Down