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

Update Xcode to 14.3.1 #42930

Merged
merged 5 commits into from
Jun 27, 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
10 changes: 5 additions & 5 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ platform_properties:
os: Mac-12
$flutter/osx_sdk : >-
{
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
dimensions:
mac_model: "Macmini8,1|Macmini9,1"
Expand Down Expand Up @@ -515,7 +515,7 @@ targets:
]
$flutter/osx_sdk : >-
{
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
drone_dimensions:
- os=Mac-12
Expand All @@ -533,10 +533,10 @@ targets:
properties:
$flutter/osx_sdk : >-
{
"sdk_version": "14e222b",
"sdk_version": "14e300c",
"runtime_versions":
[
"ios-16-4_14e222b",
"ios-16-4_14e300c",
"ios-16-2_14c18"
]
}
Expand Down Expand Up @@ -609,7 +609,7 @@ targets:
]
$flutter/osx_sdk : >-
{
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
drone_dimensions:
- os=Mac-12
Expand Down
6 changes: 3 additions & 3 deletions ci/builders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ by defining a combination of *sub-builds*, *archives*, *generators* and *depende
makes it simple to shard sub-builds by mapping build inputs to workflows, and listing
the sub-build-generated artifacts explicitly. The Build Definition Language, Engine
Recipes V2 and the generation of artifacts using GN+Ninja set the groundwork
for efficient builds with dependency reusability.
for efficient builds with dependency reusability.

**Author: Godofredo Contreras (godofredoc)**\
**Go Link: flutter.dev/go/engine-build-definition-language**\
Expand Down Expand Up @@ -56,7 +56,7 @@ in the `config_name` under `properties`:
properties:
config_name: mac_android_aot_engine
$flutter/osx_sdk : >-
{ "sdk_version": "14e222b" }
{ "sdk_version": "14e300c" }

```

Expand Down Expand Up @@ -471,7 +471,7 @@ Engine test example:
"max_attempts": 1,
"script": "flutter/ci/lint.sh"
}
]
]
}
]
}
Expand Down
12 changes: 6 additions & 6 deletions ci/builders/mac_android_aot_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
}
},
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
}
},
Expand Down Expand Up @@ -115,7 +115,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
}
},
Expand Down Expand Up @@ -154,7 +154,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
}
},
Expand Down Expand Up @@ -194,7 +194,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
}
},
Expand Down Expand Up @@ -234,7 +234,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions ci/builders/mac_host_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
},
"tests": [
Expand Down Expand Up @@ -106,7 +106,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
},
"tests": [
Expand Down Expand Up @@ -176,7 +176,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
},
"tests": [
Expand Down Expand Up @@ -237,7 +237,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
}
},
Expand Down Expand Up @@ -280,7 +280,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
}
},
Expand Down Expand Up @@ -325,7 +325,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions ci/builders/mac_ios_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
}
},
Expand All @@ -43,7 +43,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
}
},
Expand All @@ -67,7 +67,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
}
},
Expand All @@ -92,7 +92,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
}
},
Expand All @@ -117,7 +117,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions ci/builders/mac_unopt.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
},
"tests": [
Expand Down Expand Up @@ -62,10 +62,10 @@
"properties": {
"$flutter/osx_sdk": {
"runtime_versions": [
"ios-16-4_14e222b",
"ios-16-4_14e300c",
"ios-16-2_14c18"
],
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
},
"drone_dimensions": [
Expand Down Expand Up @@ -151,7 +151,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
}
},
Expand All @@ -168,10 +168,10 @@
"properties": {
"$flutter/osx_sdk": {
"runtime_versions": [
"ios-16-4_14e222b",
"ios-16-4_14e300c",
"ios-16-2_14c18"
],
"sdk_version": "14e222b"
"sdk_version": "14e300c"
}
},
"drone_dimensions": [
Expand Down