Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Remove 'Mac mac_unopt' in favor of Linux #41226

Merged
merged 4 commits into from
Apr 17, 2023
Merged
Show file tree
Hide file tree
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
8 changes: 0 additions & 8 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,15 +362,7 @@ targets:
$flutter/osx_sdk : >-
{ "sdk_version": "14a5294e" }

- name: Mac mac_unopt
recipe: engine_v2/engine_v2
properties:
config_name: mac_unopt
add_recipes_cq: "true"
timeout: 60

- name: Linux mac_unopt
bringup: true
recipe: engine_v2/engine_v2
properties:
config_name: mac_unopt
Expand Down
10 changes: 10 additions & 0 deletions ci/builders/mac_unopt.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"config": "host_debug_unopt",
"targets": []
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14a5294e"
}
},
"tests": [
{
"language": "python3",
Expand Down Expand Up @@ -145,6 +150,11 @@
"targets": [
]
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14a5294e"
}
},
"tests": []
},
{
Expand Down