Add version to xcode name cache.#99586
Add version to xcode name cache.#99586godofredoc merged 1 commit intoflutter:masterfrom godofredoc:fix_caches
Conversation
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: #99429
|
In retrospect I don't know why this worked given the engine cache name was already different |
I believe this means we can't reuse named caches for different xcode versions. E.g we where using xcode_sdk for 12c33 and then we used the same name for 13a233. Do you remember if we were running builds with the two versions at any given point in time? |
Some staging machines had to test it before it was merged. Other than that, no AFAIK. I guess it wasn't between the engine and framework at all, but between different framework machines that had different versions of Xcode cached before and after it was bumped? I don't know. |
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: #99429
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.