Skip to content

Commit 40c96f1

Browse files
authored
Enable xcode cache cleanup for a few days. (#118419)
This is to ensure the xcode caches get back to a normal state as they seem to have gotten into a bad state after updating the xcode version. Bug: flutter/flutter#118324 Bug: flutter/flutter#118327 Bug: flutter/flutter#118328
1 parent f7b444e commit 40c96f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ platform_properties:
8080
device_type: none
8181
cpu: x86 # TODO(jmagman): https://github.com/flutter/flutter/issues/112130
8282
xcode: 14a5294e # xcode 14.0 beta 5
83+
cleanup_xcode_cache: "true"
8384
mac_arm64:
8485
properties:
8586
dependencies: >-
@@ -90,6 +91,7 @@ platform_properties:
9091
device_type: none
9192
cpu: arm64
9293
xcode: 14a5294e # xcode 14.0 beta 5
94+
cleanup_xcode_cache: "true"
9395
mac_x64:
9496
properties:
9597
dependencies: >-
@@ -100,6 +102,7 @@ platform_properties:
100102
device_type: none
101103
cpu: x86
102104
xcode: 14a5294e # xcode 14.0 beta 5
105+
cleanup_xcode_cache: "true"
103106
mac_android:
104107
properties:
105108
dependencies: >-

0 commit comments

Comments
 (0)