-
Notifications
You must be signed in to change notification settings - Fork 160
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
Update spdlog so it works with recent musls #2921
Conversation
That probably fixed that particular issue, but now a load of new errors appear, probably due to the other changes between these commits... And please rebase the commit on top of a newer master, CI fails too much too :-) |
970e88c
to
985c5c3
Compare
985c5c3
to
f34823a
Compare
Rebase and fixed the errors related to the new spdlog, at least in the main helper binary. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2921 +/- ##
=========================================
Coverage 72.39% 72.39%
Complexity 2526 2526
=========================================
Files 135 135
Lines 14400 14400
Branches 989 989
=========================================
Hits 10425 10425
Misses 3433 3433
Partials 542 542
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
Benchmarks [ appsec ]Benchmark execution time: 2024-11-04 19:18:36 Comparing candidate commit f34823a in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks Gustavo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
The integration tests are failing because they're expecting an image for PHP 8.4 which doesn't exist at the moment, you can disable the 8.4 test for now and I'll add this to the backlog. |
gabime/spdlog@287a00d
Description
Reviewer checklist