Skip to content

Commit 0449030

Browse files
authored
Disable Xcode cache cleanup (#118641)
1 parent 4b3cf9b commit 0449030

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.ci.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ 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"
8483
mac_arm64:
8584
properties:
8685
dependencies: >-
@@ -91,7 +90,6 @@ platform_properties:
9190
device_type: none
9291
cpu: arm64
9392
xcode: 14a5294e # xcode 14.0 beta 5
94-
cleanup_xcode_cache: "true"
9593
mac_x64:
9694
properties:
9795
dependencies: >-
@@ -102,7 +100,6 @@ platform_properties:
102100
device_type: none
103101
cpu: x86
104102
xcode: 14a5294e # xcode 14.0 beta 5
105-
cleanup_xcode_cache: "true"
106103
mac_android:
107104
properties:
108105
dependencies: >-

0 commit comments

Comments
 (0)