-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressione: local-engine-developmentLocal builds of the engine working betterLocal builds of the engine working betterengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specifically
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressione: local-engine-developmentLocal builds of the engine working betterLocal builds of the engine working betterengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specifically