-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[web] Support --no-prebuilt-dart-sdk
in the web engine
#113772
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
Comments
This is making the Flutter Dart HHH bot red currently. https://ci.chromium.org/p/dart/g/flutter-hhh/console
Please consider reverting until this is addressed. |
Landed flutter/engine#36926 |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
This issue does not seem to have been resolved completely, as building the wasm_release target with the --no-prebuilt-dart-sdk flag does not work. The prebuilt_dart_sdk variable is unconditionally set to true in https://github.com/flutter/engine/pull/36851/files#diff-fed47f409f6a27a39fe7b0e6b3ebbceb645d295259e350614afeb8c0a3eecae2R636 Further work on making the wasm_release target build without a prebuilt Dart SDK is tracked in a new issue #119513 , and this issue can remain closed. |
Recently, the web engine build became reliant on prebuilt dart sdks (see flutter/engine#36336, flutter/engine#36851 and #113759).
That means we always use prebuilts and ignore the
--no-prebuilt-dart-sdk
flag.This issue is about adding support for the
--no-prebuilt-dart-sdk
flag. If the flag is set, we build a dart sdk with the default host toolchain.The text was updated successfully, but these errors were encountered: