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

Commit e50f31a

Browse files
authored
Add osx_sdk context to mac_clang_tidy (#43115)
With context, recipes logic should be simplified without checking corresponding platform/property conditions. With the `osx_sdk` context, it will install xcode accordingly.
1 parent 34f9837 commit e50f31a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/builders/mac_clang_tidy.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
"host_debug",
6161
"ios_debug_sim"
6262
],
63+
"contexts": [
64+
"osx_sdk"
65+
],
6366
"tasks": [
6467
{
6568
"name": "test: lint host_debug",
@@ -90,6 +93,9 @@
9093
"host_debug",
9194
"ios_debug_sim"
9295
],
96+
"contexts": [
97+
"osx_sdk"
98+
],
9399
"tasks": [
94100
{
95101
"name": "test: lint ios_debug_sim",

0 commit comments

Comments
 (0)