Skip to content

Commit d03b6b3

Browse files
committed
Rollup merge of #40424 - alexcrichton:faster-travis-osx, r=brson
travis: Remove compiling OpenSSL through homebrew 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)
2 parents b32393c + dcfc7ee commit d03b6b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ matrix:
6767
osx_image: xcode8.2
6868
install: >
6969
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 &&
70-
chmod +x /usr/local/bin/sccache &&
71-
brew uninstall --ignore-dependencies openssl &&
72-
brew install openssl --universal --without-test
70+
chmod +x /usr/local/bin/sccache
7371
- env: >
7472
RUST_CHECK_TARGET=dist
7573
RUST_CONFIGURE_ARGS="--target=aarch64-apple-ios,armv7-apple-ios,armv7s-apple-ios,i386-apple-ios,x86_64-apple-ios --enable-extended"

0 commit comments

Comments
 (0)