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

Compile OpenSSL from source on OSX #3332

Merged
merged 1 commit into from
Nov 27, 2016
Merged

Commits on Nov 26, 2016

  1. Compile OpenSSL from source on OSX

    I'm seeing a bunch of weird illegal instructions on OSX nightlies for
    Cargo. My guess is that they're all related to OpenSSL linking. Right
    now we're linking from Homebrew but I have a sneaking suspicion that it
    compiles with `-march=native` rather than what we'd like as a portable
    binary. To work around this compile OpenSSL ourselves and link it that
    way.
    
    Note that I believe this won't bring in the certificate trust store of
    OpenSSL on OSX (or at least not the right one from the keychain). We
    shouldn't need that, however, as OpenSSL is just used as the
    cryptographic primitives in libssh2 and Cargo itself. So in that sense
    we shouldn't need it for actually SSL at all.
    alexcrichton committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    8ab8595 View commit details
    Browse the repository at this point in the history