Skip to content

ci: build static musl binaries for x86_64 and aarch64#741

Merged
cakebaker merged 1 commit into
uutils:mainfrom
sylvestre:musl-static-binaries-387
Jun 15, 2026
Merged

ci: build static musl binaries for x86_64 and aarch64#741
cakebaker merged 1 commit into
uutils:mainfrom
sylvestre:musl-static-binaries-387

Conversation

@sylvestre

@sylvestre sylvestre commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Closes #387.

Add x86_64-unknown-linux-musl and aarch64-unknown-linux-musl to the
cargo-dist targets so releases include fully static Linux binaries that
run regardless of glibc version. aarch64-musl builds natively on an ARM
runner to avoid cross-compiling the onig C dependency.

Fixes uutils#387
@codecov

codecov Bot commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.86%. Comparing base (865ab09) to head (43b52b4).
⚠️ Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #741      +/-   ##
==========================================
+ Coverage   91.83%   91.86%   +0.02%     
==========================================
  Files          35       35              
  Lines        7129     7153      +24     
  Branches      375      375              
==========================================
+ Hits         6547     6571      +24     
  Misses        437      437              
  Partials      145      145              

☔ View full report in Codecov by Harness.
📢 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.

@codspeed-hq

codspeed-hq Bot commented Jun 15, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 20 untouched benchmarks


Comparing sylvestre:musl-static-binaries-387 (43b52b4) with main (b637fb1)

Open in CodSpeed

@github-actions

Copy link
Copy Markdown

Commit 43b52b4 has test result changes:

bfs testsuite:

Test results comparison:
  Current:   TOTAL: 315 / PASSED: 267 / FAILED: 42 / SKIPPED: 6
  Reference: TOTAL: 314 / PASSED: 267 / FAILED: 41 / SKIPPED: 6

Changes from main branch:
  TOTAL: +1
  PASSED: +0
  FAILED: +1

New test failures (1):
  - gnu/files0_from_ok

@cakebaker cakebaker merged commit 4d778b6 into uutils:main Jun 15, 2026
22 of 23 checks passed
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.

Statically linked pre-built binaries

2 participants