-
Notifications
You must be signed in to change notification settings - Fork 27.8k
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
Flutter master
channel is broken on flutter/codelabs
CI
#160558
Comments
You can see the various attempts to fix this breakage in flutter/codelabs#2273 |
We calculate the engine hash based on the difference between upstream/master and HEAD. Is your upstream origin? |
This is happening in CI, so it's |
Yep; master doesn't work because it can't find the HASH for the engine because almost assuredly action is checking out with origin vs upstream |
So |
No - I think we could fix this by testing for upstream vs origin:
I'm looking deeper. |
This also happens on local machines and is not exclusive to CI tools. #160552 |
We're aware and making a change |
Fixes zulip#1177. Workaround for: flutter/flutter#160558
Several use cases for `origin` as default: * Some github actions checkout the tree * Some users download from flutter.dev and then use `master` Fixes #160558
Fixes #1177. Workaround for: flutter/flutter#160558
Land once flutter/flutter#160558 is fixed. ## Pre-launch Checklist - [x] I read the [Effective Dart: Style] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I updated/added relevant documentation (doc comments with `///`). - [ ] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. <!-- Links --> [Effective Dart: Style]: https://dart.dev/guides/language/effective-dart/style [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
@a-h-mzd - can you confirm this has fixed your issue? |
I'm seeing the following behavior only on the
master
channel of myflutter/codelabs
CI:Full context: https://github.com/flutter/codelabs/actions/runs/12401981182/job/34622521206
The text was updated successfully, but these errors were encountered: