-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI broken at flutter precache
step
#1177
Comments
Fixes zulip#1177. Workaround for: flutter/flutter#160558
This has reappeared with a slightly different symptom (example):
The upstream script now assumes it can find the latest Flutter version at either The reason the issue reappeared is that the upstream PR addressing this last night (flutter/flutter#160574) defeated our original hacky workaround in #1176: it looks for an actual remote named |
Fixes zulip#1177, take 2. The original hacky workaround subsequently broke after the upstream change that fixed the "upstream" vs. "origin" part of the issue. We still need a version of this workaround, though, because we clone the repo with the branch `main`, which in the Flutter repo always points to the same commit as `master`.
CI is failing, starting earlier today (example), with the following:
This appears to be a regression introduced as part of the merge of the engine repo into the main/framework repo upstream:
master
channel is broken onflutter/codelabs
CI flutter/flutter#160558by an assumption that the latest Flutter version can be found at
upstream/master
. We clone the repo as a remote namedorigin
(the Git default) and with the branchmain
, which in the Flutter repo always points to the same commit asmaster
.The text was updated successfully, but these errors were encountered: