Skip to content

create_sdk target broken on non-Debian Linux distributions #59900

@ntkme

Description

@ntkme

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

Labels

area-buildUse area-build for SDK build issues.triage-automationSee https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions