Bump Cirrus image Xcode version#63252
Conversation
|
@jmagman you can re-run the macOS tasks. |
Kicked it off, thank you! |
bd225e2 to
4f688a7
Compare
4f688a7 to
b79424c
Compare
|
Investigating new test failure: |
|
LGTM |
@fkorotkov Sure, I haven't had time to investigate the new test failure. |
|
Seems like the remaining issue is
|
|
@xster That's a known warning, the error is |
|
Flutter only has a x86_64 simulator slice (the arm slice is iphoneos not iphonesimulator). |
|
Filed #64502. |
b79424c to
23866d2
Compare
| 'LANG': 'en_US.UTF-8', | ||
| }, | ||
| // TODO(jmagman): Flutter cannot build against ARM simulators https://github.com/flutter/flutter/issues/64502 | ||
| canFail: true, |
There was a problem hiding this comment.
This sucks.
The plugin linter tests are going to hit this problem with Xcode 12, too.
\cc @cyanglaz
There was a problem hiding this comment.
I'm not familiar with the syntax. Does "canFail" make the analyzer pass even hitting this problem?
There was a problem hiding this comment.
Yes, it's running this check but not failing the test if the linter fails. Flutter is missing an ARM simulator slice, so will fail on Xcode 12.
|
LGTM |
Description
Update Cirrus macOS image to catalina-xcode-12.0-flutter.
Related Issues
#60133