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

feat: build curl #24

Merged
merged 12 commits into from
Nov 11, 2024
Merged

feat: build curl #24

merged 12 commits into from
Nov 11, 2024

Conversation

ttytm
Copy link
Owner

@ttytm ttytm commented Nov 9, 2024

This PR adds the usage of a curl version determined by the module.
This approach allows addressing shortcomings that arise from relying on curl as a system dependency,
as versions and installations can vary significantly across platforms.

  • Ensures a uniform setup
  • Provides consistent curl features (enabling a newer curl version across multiple platforms)
    • For example, some newer features were previously unavailable because they were incompatible with the curl versions installed via package managers, such as on Debian.
  • Paves the way for adding Windows support

- slim down build to required files; optimize usage of build result
@ttytm ttytm merged commit a3e6d76 into main Nov 11, 2024
58 checks passed
@ttytm ttytm deleted the feat/build-curl branch November 11, 2024 07:55
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.

1 participant