-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Remove uses of --full-dart-sdk
from the engine_v2 builders.
#39297
Conversation
Also, do not produce host-specific web_sdk artifacts in the builders.
de9331a
to
1dacde2
Compare
@@ -78,7 +78,6 @@ | |||
"out/host_debug/zip_archives/linux-x64/font-subset.zip", | |||
"out/host_debug/zip_archives/flutter_patched_sdk.zip", | |||
"out/host_debug/zip_archives/dart-sdk-linux-x64.zip", | |||
"out/host_debug/zip_archives/flutter-web-sdk-linux-x64.zip", |
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.
Does this mean we don't need this artifact anymore?
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.
That's correct. The flutter tool no longer uses any of the host specific flutter-web-sdk artifacts (i.e. flutter-web-sdk-{platform-name}.zip
). It now just uses flutter-web-sdk.zip
which is host-agnostic, and that is produced by the linux_host_engine builder.
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 explanation. LGTM.
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.
Thank you!
…119670) * 6678d9cc6 clipPath to use fillType param (flutter/engine#38956) * 5c83e6eac Remove uses of `--full-dart-sdk` from the engine_v2 builders. (flutter/engine#39297) * d13ad269f [Shell] Update stale comments after multi-view (flutter/engine#39298) * 521b97544 Roll Fuchsia Mac SDK from IdMSzll1VeWJMV6v8... to Clk4li1185E2JoIkU... (flutter/engine#39300)
This updates some of the engine_v2 builders to get them away from the old "host build to make the web sdk" pattern.