timescale / timescaledb

An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
https://www.timescale.com/
Other
16.8k stars 852 forks source link

Don't link against openssl directly #7072

Open svenklemm opened 6 days ago

svenklemm commented 6 days ago

This patch changes our build process to no longer link against openssl directly but instead rely on postgres linking it. Linking to openssl directly is causing problems when the openssl version we link against does not match the version postgres links against. While this is easy to prevent where we fully control the build process it is repeatedly causing problems with e.g. Windows.

codecov[bot] commented 6 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.74%. Comparing base (59f50f2) to head (08b6a26). Report is 231 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7072 +/- ## ========================================== + Coverage 80.06% 81.74% +1.67% ========================================== Files 190 200 +10 Lines 37181 37350 +169 Branches 9450 9740 +290 ========================================== + Hits 29770 30532 +762 + Misses 2997 2900 -97 + Partials 4414 3918 -496 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.