Disable Xcode cache cleanup (#118641)
This commit is contained in:
parent
4b3cf9bbd6
commit
0449030a96
3
.ci.yaml
3
.ci.yaml
@ -80,7 +80,6 @@ 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: >-
|
||||||
@ -91,7 +90,6 @@ 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: >-
|
||||||
@ -102,7 +100,6 @@ 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: >-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user