Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Closed
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
10 changes: 9 additions & 1 deletion .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ targets:
# at https://github.com/flutter/flutter/issues/152186.
cores: "8"

- name: Mac mac_clang_tidy
- name: Linux mac_clang_tidy
recipe: engine_v2/engine_v2
timeout: 120
properties:
Expand All @@ -481,6 +481,14 @@ targets:
- "**.vert"
- "**.m"
- "**.mm"
drone_dimensions:
- os=Linux
dimensions:
# This is needed so that orchestrators that only spawn subbuilds are not
# assigned to the large 32 core workers when doing release builds.
# For more details see the issue
# at https://github.com/flutter/flutter/issues/152186.
cores: "8"

- name: Mac mac_host_engine
recipe: engine_v2/engine_v2
Expand Down
10 changes: 10 additions & 0 deletions ci/builders/mac_clang_tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"description": "A debug mode macOS host build used only as the basis for a clang-tidy run.",
"ninja": {
"config": "ci/host_debug_clang_tidy"
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "15a240d"
}
}
},
{
Expand Down Expand Up @@ -55,6 +60,11 @@
"description": "A debug mode iOS simulator build used only as the basis for a clang-tidy run.",
"ninja": {
"config": "ci/ios_debug_sim_clang_tidy"
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "15a240d"
}
}
}
],
Expand Down