-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ddc] Remove unsound dart2js dependency
DDC does not depend on the stack trace mapper application being built with unsound null safety so the unsound .dill files are unused. Add the unsound .dill files to the `dart2js_bot` target because they are dependencies of the `dart2js-hostasserts-linux-unsound` and `dart2js-unit-linux-x64-release` configurations. Update build step of `front-end-linux-release-x64` configuraton to build the dart2js_bot target instead of relying on the unsound dart2js .dill files through the `ddc_stable_test` target. Change-Id: Ia29740b60f93d1d0b4a978ff5e37080e537401a7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403382 Reviewed-by: Sigmund Cherem <[email protected]> Commit-Queue: Nicholas Shahan <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters