Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Build musl librav1e deploy artifacts with crt static #3289

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

fdintino
Copy link
Contributor

In order for the rav1e shared library to work on glibc systems, it needs musl libc to be statically linked. Fixes #3242

In order for the rav1e shared library to work on glibc systems, it needs
musl libc to be statically linked. Fixes xiph#3242
Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bc516fc) 88.22% compared to head (2ff8a1f) 88.22%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3289   +/-   ##
=======================================
  Coverage   88.22%   88.22%           
=======================================
  Files          86       86           
  Lines       28221    28221           
=======================================
  Hits        24898    24898           
  Misses       3323     3323           

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

@barrbrain barrbrain merged commit 9b2f8ee into xiph:master Nov 22, 2023
25 checks passed
@fdintino
Copy link
Contributor Author

I really should have tested this, my bad. It seems that static crt is unsupported for musl dynamic libraries. Some related rust issues: rust-lang/rust#82521 rust-lang/rust#29527

@barrbrain
Copy link
Collaborator

Reverting in #3291. Given that we don't have automatic verification yet, I should have checked manually.

@fdintino fdintino deleted the fix/librav1e-deploy-crt-static branch November 23, 2023 03:01
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.

Precompiled binaries fail to state they target musl on linux
2 participants