Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Work around broken ref for Flutter upstream main
Fixes #1177. Workaround for: flutter/flutter#160558
d90c5a0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be fixed at head.
d90c5a0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the note!
After flutter/flutter#160574 there's still a remaining issue, though: that PR fixed the "upstream" vs. "origin" thing, but the script still assumes there's a ref called "master". We clone the branch "main", which in the Flutter repo always points to the same commit as "master".
An updated version of this workaround (which I sent just now) is #1186.
d90c5a0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And now I've filed a proper issue for that: flutter/flutter#160626