Skip to content

Conversation

@nimishgj
Copy link

Adds MUSL static binary targets (x86_64-unknown-linux-musl and aarch64-unknown-linux-musl) to the cargo-dist release configuration.

This enables building fully static Linux binaries compatible with older systems like Ubuntu 22 LTS that don't have GLIBC 2.39.

Fixes #1068

Adds x86_64-unknown-linux-musl and aarch64-unknown-linux-musl targets
to the cargo-dist configuration. This enables building fully static
Linux binaries that work on any Linux distribution, including older
systems like Ubuntu 22 LTS that don't have GLIBC 2.39.

Fixes open-telemetry#1068
@nimishgj nimishgj requested a review from a team as a code owner December 24, 2025 14:16
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Dec 24, 2025

CLA Signed
The committers listed above are authorized under a signed CLA.

  • ✅ login: nimishgj / name: Nimish G J (b4dc451)

@codecov
Copy link

codecov bot commented Dec 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.8%. Comparing base (e4d5ca4) to head (b4dc451).

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1096     +/-   ##
=======================================
- Coverage   79.8%   79.8%   -0.1%     
=======================================
  Files         99      99             
  Lines       7496    7496             
=======================================
- Hits        5987    5985      -2     
- Misses      1509    1511      +2     

☔ 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.

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.

Feature Request: Add MUSL static binary in release process

1 participant