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

Use "dylib" uniformly on MacOSX #6234

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Use "dylib" uniformly on MacOSX #6234

merged 1 commit into from
Oct 26, 2023

Conversation

nikkhils
Copy link
Contributor

@nikkhils nikkhils commented Oct 26, 2023

Till PG15, shared libraries with ".so" suffix used to be loaded properly on MacOSX. That has changed with PG16. Change it so that shared libraries will uniformly use the ".dylib" suffix on MacOSX

Disable-check: force-changelog-file

@nikkhils nikkhils self-assigned this Oct 26, 2023
@github-actions
Copy link

@akuzm, @jnidzwetzki: please review this pull request.

Powered by pull-review

@nikkhils nikkhils requested review from konskov, mkindahl and fabriziomello and removed request for jnidzwetzki and akuzm October 26, 2023 09:24
@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

Merging #6234 (bf241dc) into main (f8b8bef) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #6234      +/-   ##
==========================================
- Coverage   65.08%   65.06%   -0.03%     
==========================================
  Files         246      246              
  Lines       57035    56989      -46     
  Branches    12644    12625      -19     
==========================================
- Hits        37123    37080      -43     
- Misses      18046    18060      +14     
+ Partials     1866     1849      -17     

see 68 files with indirect coverage changes

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

@nikkhils nikkhils added the pg16 Issue/PR related to support for PG16 label Oct 26, 2023
Till PG15, shared libraries with ".so" suffix used to be loaded
properly on MacOSX. That has changed with PG16. Change it so that
shared libraries will uniformly use the ".dylib" suffix on MacOSX
@nikkhils nikkhils merged commit d01d950 into timescale:main Oct 26, 2023
38 of 39 checks passed
@nikkhils nikkhils deleted the dylib branch October 26, 2023 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pg16 Issue/PR related to support for PG16
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants