-
Notifications
You must be signed in to change notification settings - Fork 2
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
CI: Update to GCC 14 #147
Merged
Merged
CI: Update to GCC 14 #147
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
6 tasks
7 tasks
64bb13c
to
e976e5c
Compare
fa4f622
to
1dc6e75
Compare
…latest stable version now
Code Coverage Summary
Results for commit: 49c32e4 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
- also build mpg123 on x86
- fix openssl error on armv7
- fix mpg123 error on x86, the reason it existed was: the assembly that was used was detecting features of the HOST platform and not the TARGET platform, so SSE code was generated for x86, which has no SSE
3280b82
to
317d9b2
Compare
- also fix bug for header only fmt
2875051
to
3a15615
Compare
-fix mpg123 build on x86
3a15615
to
0170816
Compare
-fix mpg123 build and use correct android cross compile arguments on all archs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes (partially) #146
note:
ubuntu-24.04
isn't deployed yet, it might take some timeEdit: it is deployed as of now 🎉