-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-buildUse area-build for SDK build issues.Use area-build for SDK build issues.triage-automationSee https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
Dart SDK fails to build on all Linux other than Debian-like ones due to the unavailability of dpkg-buildpackage command, since this recent commit on main branch: efda4af
Example:
https://github.com/dart-musl/dart/actions/runs/12758764594/job/35561520866
tools/debian_package probably should not be a dependency of create_sdk, because it won’t build on anything other than Debian-like. It’s better to create a different top level target to do this.
Metadata
Metadata
Assignees
Labels
area-buildUse area-build for SDK build issues.Use area-build for SDK build issues.triage-automationSee https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)