From 4fd0a92532cbf53cde5cc8bb6c04536c6c01295d Mon Sep 17 00:00:00 2001 From: godofredoc Date: Fri, 4 Nov 2022 17:08:15 -0700 Subject: [PATCH] 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: https://github.com/flutter/flutter/issues/114656 --- .ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 816ca6e4356..9caf2724385 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -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: >- @@ -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: >- @@ -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: >-