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

Commit 4fd0a92

Browse files
authored
Remove auto_cleanup of xcode caches. (#114719)
After all the caches have been cleaned and the logic to cleanup runtimes has landed we may not need to always delete the caches. Bug: flutter/flutter#114656
1 parent d68af26 commit 4fd0a92

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ platform_properties:
7878
device_type: none
7979
cpu: x86 # TODO(jmagman): https://github.com/flutter/flutter/issues/112130
8080
xcode: 14a5294e # xcode 14.0 beta 5
81-
cleanup_xcode_cache: "true"
8281
mac_arm64:
8382
properties:
8483
dependencies: >-
@@ -87,7 +86,6 @@ platform_properties:
8786
device_type: none
8887
cpu: arm64
8988
xcode: 14a5294e # xcode 14.0 beta 5
90-
cleanup_xcode_cache: "true"
9189
mac_x64:
9290
properties:
9391
dependencies: >-
@@ -96,7 +94,6 @@ platform_properties:
9694
device_type: none
9795
cpu: x86
9896
xcode: 14a5294e # xcode 14.0 beta 5
99-
cleanup_xcode_cache: "true"
10097
mac_android:
10198
properties:
10299
dependencies: >-

0 commit comments

Comments
 (0)