Skip to content

Conversation

evtrouble
Copy link
Contributor

@evtrouble evtrouble commented Jul 23, 2025

What problem were solved in this pull request?

When building under MacOS environment, there were build warnings about duplicate library linking:
ld: warning: ignoring duplicate libraries: './deps/3rd/usr/local/lib/libjsoncpp.a'

Issue Number: close #xxx

Problem:

What is changed and how it works?

Other information

This fix only affects the build process and does not change any runtime behavior
The changes are specific to MacOS environment but are safe for other platforms

fix: remove duplicate library linking warnings on MacOS
@evtrouble evtrouble changed the title Update CMakeLists.txt fix: remove duplicate library linking warnings on MacOS Jul 23, 2025
Copy link

codecov bot commented Jul 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.59%. Comparing base (c35c809) to head (77b4921).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #594   +/-   ##
=======================================
  Coverage   53.59%   53.59%           
=======================================
  Files         180      180           
  Lines       10648    10648           
=======================================
  Hits         5707     5707           
  Misses       4941     4941           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@hnwyllmm hnwyllmm left a comment

Choose a reason for hiding this comment

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

LGTM

@hnwyllmm hnwyllmm merged commit d482f5e into oceanbase:main Jul 24, 2025
17 checks passed
@evtrouble evtrouble deleted the test_1 branch July 24, 2025 12:48
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.

2 participants