Open matanlurey opened 1 month ago
I have not seen any instances of this since https://github.com/flutter/buildroot/pull/912, so I'll close this.
fyi @jmagman
The steps before it show Xcode is installed and selected. The TimeoutExpired
is coming from the subprocess check, so I doubt it's something weird like it's writing to stderr and then hanging (https://github.com/flutter/buildroot/blob/e256f5c0153dbde76c210a2715015c2ea5fe4cd2/build/mac/find_sdk.py#L83-L87
looks suspicious from the initial import of the script but I don't know what's going on there.).
Maybe we have to go back to the sdk regex parsing, and hope issues like https://github.com/flutter/flutter/issues/94513 don't happen anymore now that we are using cipd packages.
Let's make sure we don't regress the stable order in case there are multiples being discovered in a nondeterministic order, however it's done. https://github.com/flutter/buildroot/pull/652
Example failure:
This is not a 1-off: