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

Support for New Linux Build Server + glibc Wrapping #878

Merged
merged 3 commits into from
Nov 30, 2022

Conversation

jonoomph
Copy link
Member

@jonoomph jonoomph commented Nov 29, 2022

Related to: OpenShot/libopenshot-audio#146

Adding support for a new Linux build server, which has updated dependencies, but also a newer glibc version. Experimental support for wrapping glibc for older distros: https://github.com/wheybags/glibc_version_header

@jonoomph jonoomph changed the title Support for New Linux Build Server + glibc Wrapping Support Support for New Linux Build Server + glibc Wrapping Nov 29, 2022
@@ -65,6 +65,9 @@ int Fraction::GreatestCommonDenominator() {
void Fraction::Reduce() {
// Get the greatest common denominator
int GCD = GreatestCommonDenominator();
if (GCD == 0) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prevent divide by zero error

@codecov
Copy link

codecov bot commented Nov 29, 2022

Codecov Report

Merging #878 (5e5e052) into develop (6f80011) will decrease coverage by 0.00%.
The diff coverage is 50.00%.

@@             Coverage Diff             @@
##           develop     #878      +/-   ##
===========================================
- Coverage    51.86%   51.85%   -0.01%     
===========================================
  Files          187      187              
  Lines        16338    16339       +1     
===========================================
  Hits          8473     8473              
- Misses        7865     7866       +1     
Impacted Files Coverage Δ
src/Fraction.cpp 96.77% <50.00%> (-3.23%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jonoomph
Copy link
Member Author

@jonoomph jonoomph merged commit 5493ea9 into develop Nov 30, 2022
@jonoomph jonoomph deleted the new-linux-appimage branch November 30, 2022 15:09
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