Skip to content

Commit

Permalink
Enable xcode cache cleanup for a few days. (#118419)
Browse files Browse the repository at this point in the history
This is to ensure the xcode caches get back to a normal state as they
seem to have gotten into a bad state after updating the xcode version.

Bug: #118324
Bug: #118327
Bug: #118328
  • Loading branch information
godofredoc committed Jan 13, 2023
1 parent f7b444e commit 40c96f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ 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 @@ -90,6 +91,7 @@ platform_properties:
device_type: none
cpu: arm64
xcode: 14a5294e # xcode 14.0 beta 5
cleanup_xcode_cache: "true"
mac_x64:
properties:
dependencies: >-
Expand All @@ -100,6 +102,7 @@ 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 40c96f1

Please sign in to comment.