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

Update curl-sys #2519

Merged
merged 1 commit into from Mar 25, 2016

Conversation

Projects
None yet
4 participants
@alexcrichton
Copy link
Member

alexcrichton commented Mar 25, 2016

Picks up a fix to hopefully and correctly configure OpenSSL to be enabled in
cross-compiled situations where OpenSSL comes from a different location
(currently specified by the OPENSSL_ROOT_DIR environment variable that libssh2
also reads).

Update curl-sys
Picks up a fix to hopefully and correctly configure OpenSSL to be enabled in
cross-compiled situations where OpenSSL comes from a different location
(currently specified by the `OPENSSL_ROOT_DIR` environment variable that libssh2
also reads).
@rust-highfive

This comment has been minimized.

Copy link

rust-highfive commented Mar 25, 2016

r? @wycats

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented Mar 25, 2016

This only affects the cross-compiled nightlies, I'm actually not sure how it doesn't affect the normal ones. Either way, this slipped by because we don't run tests on cross compiled nightlies (kinda hard to).

@bors: r+ ea8de0a

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Mar 25, 2016

⌛️ Testing commit ea8de0a with merge 25e1301...

bors added a commit that referenced this pull request Mar 25, 2016

Auto merge of #2519 - alexcrichton:update-curl, r=alexcrichton
Update curl-sys

Picks up a fix to hopefully and correctly configure OpenSSL to be enabled in
cross-compiled situations where OpenSSL comes from a different location
(currently specified by the `OPENSSL_ROOT_DIR` environment variable that libssh2
also reads).
@bors

This comment has been minimized.

@bors bors merged commit ea8de0a into rust-lang:master Mar 25, 2016

2 of 3 checks passed

continuous-integration/appveyor/pr Waiting for AppVeyor build to complete
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details

@alexcrichton alexcrichton deleted the alexcrichton:update-curl branch Mar 25, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.