Skip to content

Commit

Permalink
Remove auto_cleanup of xcode caches. (#114719)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
godofredoc committed Nov 5, 2022
1 parent d68af26 commit 4fd0a92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .ci.yaml
Expand Up @@ -78,7 +78,6 @@ platform_properties:
device_type: none
cpu: x86 # TODO(jmagman): https://github.com/flutter/flutter/issues/112130
xcode: 14a5294e # xcode 14.0 beta 5
cleanup_xcode_cache: "true"
mac_arm64:
properties:
dependencies: >-
Expand All @@ -87,7 +86,6 @@ platform_properties:
device_type: none
cpu: arm64
xcode: 14a5294e # xcode 14.0 beta 5
cleanup_xcode_cache: "true"
mac_x64:
properties:
dependencies: >-
Expand All @@ -96,7 +94,6 @@ platform_properties:
device_type: none
cpu: x86
xcode: 14a5294e # xcode 14.0 beta 5
cleanup_xcode_cache: "true"
mac_android:
properties:
dependencies: >-
Expand Down

0 comments on commit 4fd0a92

Please sign in to comment.