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

Build improvements #221

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

map588
Copy link
Contributor

@map588 map588 commented Jan 30, 2025

  • Changed the cmake not to instantly fail if alsa is not installed without NO_ALSA being defined, and requires USE_ALSA to include alsa stuff.

  • Added missing dependencies missing on CI workflow files failed tests for the wrong reasons (many more like this, mostly with openssl or permissions with the install step)

  • Added the two other aliases for arm and x86 that uname -m can output.

@map588
Copy link
Contributor Author

map588 commented Jan 30, 2025

This PR has much less changes compared to the other ones, focusing on "build improvements", or problems I bumped into when I tried to build from source. Hopefully we can pass some more tests. The workflow yaml's themselves need a few things to not always fail, because they are missing dependencies, or are missing permissions to actually install with [sudo] cmake --install.

Copy link

codecov bot commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.61%. Comparing base (cc00a8d) to head (cc60f2d).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #221      +/-   ##
==========================================
+ Coverage   47.25%   48.61%   +1.35%     
==========================================
  Files          48       53       +5     
  Lines        3028     3785     +757     
==========================================
+ Hits         1431     1840     +409     
- Misses       1597     1945     +348     

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

@map588
Copy link
Contributor Author

map588 commented Jan 31, 2025

Thoughts? @Slackadays
I can squash the commits and resubmit if you want.

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.

1 participant