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

meson.build: add version constraint to libcurl #89

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

Gottox
Copy link
Owner

@Gottox Gottox commented Aug 30, 2023

Up to now older versions of curl would fail to build as curl_easy_header was not defined. This change adds a version constraint to the dependency to make sure curl is only used if the version is new enough.

Up to now older versions of curl would fail to build as
`curl_easy_header` was not defined. This change adds a version
constraint to the dependency to make sure curl is only used if
the version is new enough.
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (39782d5) 57.54% compared to head (6c15c87) 57.54%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #89   +/-   ##
=======================================
  Coverage   57.54%   57.54%           
=======================================
  Files          98       98           
  Lines        6970     6970           
  Branches     1437     1437           
=======================================
  Hits         4011     4011           
  Misses       1883     1883           
  Partials     1076     1076           

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

@Gottox Gottox merged commit 1fc8e1c into main Aug 30, 2023
11 checks passed
@Gottox Gottox deleted the fix/curl-version-constraint branch August 30, 2023 10:50
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