Fedor Korotkov
Fedor Korotkov
If you have a reproducible example then it might a good issue for the upstream https://github.com/flutter/flutter repository
If you have Docker installed locally you can try to reproduce it locally via command like this: ```bash docker run --rm -it -v ${PWD}:/build --workdir /build cirrusci/flutter:stable flutter test ```
Could you please provide your YAML configuration?
Looks like this is a related issue https://github.com/flutter/flutter/issues/63533
Until https://github.com/flutter/flutter/issues/63533 is fixed I think the best workaround is to build your own Docker image based of `cirrusci/flutter`. For folks using using Cirrus CI, [Dockerfile as CI environment](https://cirrus-ci.org/guide/docker-builder-vm/#dockerfile-as-a-ci-environment) feature...
Interesting. Is is it for a public repository or private? Also just to confirm this PR targets the failing branch, right?
I can see the problem. It seems Circle doesn't create Check Suites and creates Commit Statuses. The app doesn't support checking commit statuses yet. You might want to follow this...
Created #5 to add support for tools that still use Status API
Will #15 work for you? We were planning to look into it in the coming weeks to simplify installation of Xcode so we don't need to [download it every time](https://github.com/cirruslabs/macos-image-templates/blob/d33d32e65a7df6415f20b32a783f4a52964e0d59/templates/xcode.pkr.hcl#L72).
Of course we'll review the PR! And we'll happily accept it. 👌