-
Notifications
You must be signed in to change notification settings - Fork 7
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
[engine] Sync Flutter 3.19.3 source code #57
Conversation
Copy embedder.h and client_wrapper from the Flutter 3.19.3 engine source tree. engine: https://github.com/flutter-tizen/engine/tree/flutter-3.19.3
|
It seems
|
The size of fuchsia sdk has increased from 2.3gb to 6.4gb. |
There seems to be a defect in your recent patch. The When you create a new branch in the engine repo and add a patch to the branch, you can open a PR instead of force pushing the commit to the branch if you want to get a review (unless the patch is trivial and you want to fix the CI immediately). |
The same action was being executed twice, so I removed one. |
@JSUYA They are not the same and yes, the change affects the result.
This is because you didn't change the default branch.
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_run I changed the default branch and now the same workflow will fail if run again. |
This change adds missing code from the 3.19 update. flutter-tizen#57
Copy embedder.h and client_wrapper from the Flutter 3.19.3 engine source tree.
+) Update actions version
engine: https://github.com/flutter-tizen/engine/tree/flutter-3.19.3