Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
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
14 changes: 0 additions & 14 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ platform_properties:
device_type: none
cpu: x86
os: Mac-12
xcode: 14e222b
$flutter/osx_sdk : >-
{
"sdk_version": "14e222b"
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you need the runtime versions listed anywhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No on the platform level. We have only one target needing runtimes. See Mac Unopt below.

Expand Down Expand Up @@ -498,10 +497,6 @@ targets:
[
{"dependency": "goldctl", "version": "git_revision:f808dcff91b221ae313e540c09d79696cd08b8de"}
]
$flutter/osx_sdk : >-
{
"sdk_version": "14e222b"
}
drone_dimensions:
- os=Mac-12

Expand All @@ -516,11 +511,6 @@ targets:
bringup: true
recipe: engine/engine_unopt
properties:
runtime_versions: >-
[
"ios-16-4_14e222b",
"ios-16-2_14c18"
]
$flutter/osx_sdk : >-
{
"sdk_version": "14e222b",
Expand Down Expand Up @@ -593,10 +583,6 @@ targets:
add_recipes_cq: "true"
release_build: "true"
config_name: mac_ios_engine
$flutter/osx_sdk : >-
{
"sdk_version": "14e222b"
}
dependencies: >-
[
{"dependency": "jazzy", "version": "0.14.1"}
Expand Down