X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.travis.yml;h=190cb3380a18c633870f6c4d0f7baf677bf3d09a;hb=bf2e0c2fe18f20d41afe0869acbeb6c7ce6d3d31;hp=530ae4aa65cc837ea2e0df82a3c00175dc2f75d5;hpb=1cd3d2f1c40ddf88351af96891f9ab7035130a9a;p=rust.git diff --git a/.travis.yml b/.travis.yml index 530ae4aa65c..190cb3380a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ matrix: os: osx osx_image: xcode8.2 install: &osx_install_sccache > - travis_retry curl -o /usr/local/bin/sccache https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-19-sccache-x86_64-apple-darwin && + travis_retry curl -o /usr/local/bin/sccache https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-05-12-sccache-x86_64-apple-darwin && chmod +x /usr/local/bin/sccache && travis_retry curl -o /usr/local/bin/stamp https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-17-stamp-x86_64-apple-darwin && chmod +x /usr/local/bin/stamp @@ -95,7 +95,10 @@ matrix: MACOSX_DEPLOYMENT_TARGET=10.7 os: osx osx_image: xcode7 - install: *osx_install_sccache + install: + - travis_retry brew update + - travis_retry brew install xz + - *osx_install_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 --enable-sanitizers" @@ -106,7 +109,10 @@ matrix: MACOSX_DEPLOYMENT_TARGET=10.7 os: osx osx_image: xcode7 - install: *osx_install_sccache + install: + - travis_retry brew update + - travis_retry brew install xz + - *osx_install_sccache # "alternate" deployments, these are "nightlies" but don't have assertions # turned on, they're deployed to a different location primarily for projects @@ -123,7 +129,10 @@ matrix: MACOSX_DEPLOYMENT_TARGET=10.7 os: osx osx_image: xcode7 - install: *osx_install_sccache + install: + - travis_retry brew update + - travis_retry brew install xz + - *osx_install_sccache env: global: @@ -185,7 +194,7 @@ after_failure: # Save tagged docker images we created and load them if they're available # Travis saves caches whether the build failed or not, nuke rustsrc if -# the failure was while updating it (as it may be in an bad state) +# the failure was while updating it (as it may be in a bad state) # https://github.com/travis-ci/travis-ci/issues/4472 before_cache: - docker history -q rust-ci |