-
Notifications
You must be signed in to change notification settings - Fork 12
Bug: fix windows curl #126
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
Bug: fix windows curl #126
Conversation
Added additional flags to explicitly set linking with static CRT as well as producing and linking wtih static libraries.
Thanks for submitting this pull request! A maintainer will review this in the next few days and explicitly select labels so you know what's going on. If no reviewer appears after a week, a reminder will be sent out. |
Your pull request doesn't follow our contribution guidelines. Please review and correct it. |
I got this to build and passed tests on my system (macOS) with a few tweaks. I changed a couple parts and ran Thank you for working on this. |
Do thoses changes force the apple builds to use an installed version of openssl instead of our internally build version? Is that desirable vs. all platforms running the same thing? |
@ciband Yeah, it'd be preferred to have all builds do the same thing. If you have anything you'd like me to try, just let me know 👍 |
@sleepdefic1t Your changes are correct. I got curl and openssl twisted in my head. Just pushed them. |
Not sure why AppVeyor failed. The release build passed but the debug build did not. Logs show that the build was successful but some error occurred before tests could be built/ran. This seems like a CI issue to me. @faustbrian can you rerun just the debug build to test? I do not have access. Thanks. |
@faustbrian |
@ciband conflicts |
@faustbrian same issue here as in cpp-crypto. I fixed the conflict and merged develop into the PR. When I go to push I get an error. Will investigate later. |
Codecov Report
@@ Coverage Diff @@
## develop #126 +/- ##
==========================================
+ Coverage 79.47% 100% +20.52%
==========================================
Files 26 16 -10
Lines 497 376 -121
==========================================
- Hits 395 376 -19
+ Misses 102 0 -102 Continue to review full report at Codecov.
|
A contributor has approved this PR. A maintainer will merge this PR shortly. If it shouldn't be merged yet, please leave a comment saying so and we'll wait. Thank you for your contribution! |
Looks like the same Appveyor issues. With the changes the code builds, which was the main problem. CI will be fixed in a github windows ci commit. |
Your pull request has been merged but was not assigned a bounty tier. A maintainer will assign a bounty tier to this pull request in the next few days. |
Your pull request has been merged and marked as tier 4. It will earn you $20 USD. |
Added additional flags to explicitly set linking with static CRT as well as producing and linking with static libraries.
Fixes #123
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Does this PR release a new version?
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
develop
branch, not themaster
branchIf adding a new feature, the PR's description includes: