-
Notifications
You must be signed in to change notification settings - Fork 320
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: support build glog/gflags from source #3778
build: support build glog/gflags from source #3778
Conversation
- link glog staticlly or dynamicly. - deps issue for libunwind, no lzma dependency. - glog dependency to libunwind
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3778 +/- ##
============================================
+ Coverage 74.88% 74.91% +0.03%
Complexity 658 658
============================================
Files 737 737
Lines 132521 132541 +20
Branches 1378 1380 +2
============================================
+ Hits 99240 99295 +55
+ Misses 32977 32942 -35
Partials 304 304 ☔ View full report in Codecov by Sentry. |
HybridSE Mac Test Report20 094 tests 20 092 ✅ 10m 44s ⏱️ Results for commit 716d585. ♻️ This comment has been updated with latest results. |
HybridSE Linux Test Report20 094 tests 20 092 ✅ 6m 21s ⏱️ Results for commit 716d585. ♻️ This comment has been updated with latest results. |
e4572f6
to
716d585
Compare
TODO: recheck #3407 |
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
long term fix for dynamic linking issue in #3774
fix #1932
and possibly #3407, but need extra check
rewrite from #3439