Unverified Commit 30161d4d authored by godofredoc's avatar godofredoc Committed by GitHub

Enable cache cleanup. (#113729)

parent 5a42f333
...@@ -78,6 +78,7 @@ platform_properties: ...@@ -78,6 +78,7 @@ platform_properties:
device_type: none device_type: none
cpu: x86 # TODO(jmagman): https://github.com/flutter/flutter/issues/112130 cpu: x86 # TODO(jmagman): https://github.com/flutter/flutter/issues/112130
xcode: 14a5294e # xcode 14.0 beta 5 xcode: 14a5294e # xcode 14.0 beta 5
cleanup_xcode_cache: "true"
mac_arm64: mac_arm64:
properties: properties:
dependencies: >- dependencies: >-
...@@ -86,6 +87,7 @@ platform_properties: ...@@ -86,6 +87,7 @@ platform_properties:
device_type: none device_type: none
cpu: arm64 cpu: arm64
xcode: 14a5294e # xcode 14.0 beta 5 xcode: 14a5294e # xcode 14.0 beta 5
cleanup_xcode_cache: "true"
mac_x64: mac_x64:
properties: properties:
dependencies: >- dependencies: >-
...@@ -94,6 +96,7 @@ platform_properties: ...@@ -94,6 +96,7 @@ platform_properties:
device_type: none device_type: none
cpu: x86 cpu: x86
xcode: 14a5294e # xcode 14.0 beta 5 xcode: 14a5294e # xcode 14.0 beta 5
cleanup_xcode_cache: "true"
mac_android: mac_android:
properties: properties:
dependencies: >- dependencies: >-
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment