Unverified Commit ea0b771d authored by godofredoc's avatar godofredoc Committed by GitHub

Add version to xcode name cache. (#99586)

Engine and Flutter using different xcode versions with the same cache
name is causing multiple problems when trying to find the runtimes. To
prevent this issue we will need to use different cache names for
different xcode versions.

Bug: https://github.com/flutter/flutter/issues/99429
parent ca9ecbc0
......@@ -77,7 +77,7 @@ platform_properties:
{"name":"chrome_and_driver","path":"chrome"},
{"name":"flutter_sdk","path":"flutter sdk"},
{"name":"openjdk","path":"java"},
{"name":"osx_sdk","path":"osx_sdk"},
{"name":"osx_sdk_13a233","path":"osx_sdk"},
{"name":"pub_cache","path":".pub-cache"},
{"name":"xcode_binary","path":"xcode_binary"}
]
......@@ -118,7 +118,7 @@ platform_properties:
{"name":"openjdk","path":"java"},
{"name":"pub_cache","path":".pub-cache"},
{"name":"xcode_binary","path":"xcode_binary"},
{"name":"osx_sdk","path":"osx_sdk"}
{"name":"osx_sdk_13a233","path":"osx_sdk"}
]
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