]> git.lizzy.rs Git - rust.git/commitdiff
travis: Remove compiling OpenSSL through homebrew
authorAlex Crichton <alex@alexcrichton.com>
Fri, 10 Mar 2017 18:25:16 +0000 (10:25 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 10 Mar 2017 18:25:16 +0000 (10:25 -0800)
I don't believe that we need this any more now that `cargo-vendor` isn't
installed to create a source tarball (that only happens on Linux)

.travis.yml

index fa6c9cf0748647c5d2a48593f1c2f6e127ebda8d..04dc547d42f9571f5e90236e5af17a7282ee1d15 100644 (file)
@@ -66,9 +66,7 @@ matrix:
       osx_image: xcode8.2
       install: >
         travis_retry curl -o /usr/local/bin/sccache https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-02-25-sccache-x86_64-apple-darwin &&
-          chmod +x /usr/local/bin/sccache &&
-          brew uninstall --ignore-dependencies openssl &&
-          brew install openssl --universal --without-test
+          chmod +x /usr/local/bin/sccache
     - env: >
         RUST_CHECK_TARGET=dist
         RUST_CONFIGURE_ARGS="--target=aarch64-apple-ios,armv7-apple-ios,armv7s-apple-ios,i386-apple-ios,x86_64-apple-ios --enable-extended"