Skip to content

[debian-control] Replace clang with llvm#4738

Queued
xmkg wants to merge 1 commit intomainfrom
bugfix/replace-clang-dep-with-llvm
Queued

[debian-control] Replace clang with llvm#4738
xmkg wants to merge 1 commit intomainfrom
bugfix/replace-clang-dep-with-llvm

Conversation

@xmkg
Copy link
Member

@xmkg xmkg commented Mar 17, 2026

The Flutter build depends on lld and llvm-ar, which are not included in the clang package.

Closes #4737

Flutter build depends on lld and llvm-ar, which are not available in
the clang package.

Closes #4737

Signed-off-by: Mustafa Kemal Gilor <mustafa.gilor@canonical.com>
@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.65%. Comparing base (2be99cd) to head (d4e154e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4738   +/-   ##
=======================================
  Coverage   87.65%   87.65%           
=======================================
  Files         258      258           
  Lines       14124    14124           
=======================================
  Hits        12379    12379           
  Misses       1745     1745           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jimporter jimporter self-requested a review March 18, 2026 02:12
Copy link
Contributor

@jimporter jimporter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me and is essentially what I did to fix this issue when I ran into it (though I only installed the llvm package manually).

@xmkg xmkg added this pull request to the merge queue Mar 18, 2026
Any commits made after this event will not be merged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Target dart_build failed: Error: Failed to find any of [ld.lld, ld] in LocalDirectory:

2 participants