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

Use openssl-src from crates.io to link to OpenSSL #1536

Merged
merged 1 commit into from
Nov 6, 2018

Commits on Nov 5, 2018

  1. Use openssl-src from crates.io to link to OpenSSL

    This commit updates the CI builds for rustup to always build
    `openssl-src` from crates.io instead of having a baked-in build of
    OpenSSL. This matches what Cargo has switched to as well, and is
    intended to centralize OpenSSL updates to one crates.io crate.
    
    This also modernizes the docker containers and builds a bit to remove
    the need for some scripts here and there.
    alexcrichton committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    a699b6d View commit details
    Browse the repository at this point in the history