Unverified Commit e20e9510 authored by godofredoc's avatar godofredoc Committed by GitHub

Add osx_sdk context for mac builds. (#141422)

This is to give ci.yaml the flexibility to select the contexts to execute and remove complexity from recipes.
parent 6cc8b619
......@@ -75,6 +75,10 @@ platform_properties:
mac:
properties:
contexts: >-
[
"osx_sdk"
]
dependencies: >-
[
{"dependency": "apple_signing", "version": "version:to_2024"}
......@@ -87,6 +91,10 @@ platform_properties:
}
mac_arm64:
properties:
contexts: >-
[
"osx_sdk"
]
dependencies: >-
[
{"dependency": "apple_signing", "version": "version:to_2024"}
......@@ -115,6 +123,10 @@ platform_properties:
}
mac_x64:
properties:
contexts: >-
[
"osx_sdk"
]
dependencies: >-
[
{"dependency": "apple_signing", "version": "version:to_2024"}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment