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

Add curl with curl_config.h #1943

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

keith
Copy link
Member

@keith keith commented May 3, 2024

This reworks the curl BUILD file to use curl's cmake generated header
file. This requires replacing all possible options, but makes sure we
can't miss any important defines. For example in the previous build the
CA cert chain of trust was invalid because the define for the system
location for certs was not provided. Now we should no longer be able to
miss settings like that when curl adds new ones.

keith added 5 commits May 3, 2024 16:14
This reworks the curl BUILD file to use curl's cmake generated header
file. This requires replacing all possible options, but makes sure we
can't miss any important defines. For example in the previous build the
CA cert chain of trust was invalid because the define for the system
location for certs was not provided. Now we should no longer be able to
miss settings like that when curl adds new ones.
@keith keith marked this pull request as draft May 3, 2024 23:25
@keith keith marked this pull request as ready for review May 3, 2024 23:40
@keith keith enabled auto-merge (squash) May 3, 2024 23:41
zaucy added a commit to ecsact-dev/ecsact_cli that referenced this pull request May 10, 2024
@keith keith disabled auto-merge June 4, 2024 00:26
@keith keith enabled auto-merge (squash) June 4, 2024 20:23
zaucy added a commit to ecsact-dev/ecsact_cli that referenced this pull request Jun 4, 2024
zaucy added a commit to ecsact-dev/ecsact_cli that referenced this pull request Jun 4, 2024
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.

None yet

2 participants