@@ -30,7 +30,6 @@ matrix:
3030 SRC=.
3131 DEPLOY_ALT=1
3232 RUSTC_RETRY_LINKER_ON_SEGFAULT=1
33- SCCACHE_ERROR_LOG=/tmp/sccache.log
3433 MACOSX_DEPLOYMENT_TARGET=10.7
3534 NO_LLVM_ASSERTIONS=1
3635 NO_DEBUG_ASSERTIONS=1
@@ -50,7 +49,6 @@ matrix:
5049 RUST_CONFIGURE_ARGS="--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler"
5150 SRC=.
5251 RUSTC_RETRY_LINKER_ON_SEGFAULT=1
53- SCCACHE_ERROR_LOG=/tmp/sccache.log
5452 MACOSX_DEPLOYMENT_TARGET=10.8
5553 MACOSX_STD_DEPLOYMENT_TARGET=10.7
5654 NO_LLVM_ASSERTIONS=1
@@ -64,7 +62,6 @@ matrix:
6462 RUST_CONFIGURE_ARGS=--build=i686-apple-darwin
6563 SRC=.
6664 RUSTC_RETRY_LINKER_ON_SEGFAULT=1
67- SCCACHE_ERROR_LOG=/tmp/sccache.log
6865 MACOSX_DEPLOYMENT_TARGET=10.8
6966 MACOSX_STD_DEPLOYMENT_TARGET=10.7
7067 NO_LLVM_ASSERTIONS=1
@@ -85,7 +82,6 @@ matrix:
8582 SRC=.
8683 DEPLOY=1
8784 RUSTC_RETRY_LINKER_ON_SEGFAULT=1
88- SCCACHE_ERROR_LOG=/tmp/sccache.log
8985 MACOSX_DEPLOYMENT_TARGET=10.7
9086 NO_LLVM_ASSERTIONS=1
9187 NO_DEBUG_ASSERTIONS=1
@@ -99,7 +95,6 @@ matrix:
9995 SRC=.
10096 DEPLOY=1
10197 RUSTC_RETRY_LINKER_ON_SEGFAULT=1
102- SCCACHE_ERROR_LOG=/tmp/sccache.log
10398 MACOSX_DEPLOYMENT_TARGET=10.7
10499 NO_LLVM_ASSERTIONS=1
105100 NO_DEBUG_ASSERTIONS=1
@@ -227,7 +222,7 @@ install:
227222 travis_retry brew update &&
228223 travis_retry brew install xz;
229224 fi &&
230- travis_retry curl -fo /usr/local/bin/sccache https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2017-05-12 -sccache-x86_64-apple-darwin &&
225+ travis_retry curl -fo /usr/local/bin/sccache https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2018-04-02 -sccache-x86_64-apple-darwin &&
231226 chmod +x /usr/local/bin/sccache &&
232227 travis_retry curl -fo /usr/local/bin/stamp https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2017-03-17-stamp-x86_64-apple-darwin &&
233228 chmod +x /usr/local/bin/stamp
@@ -268,12 +263,6 @@ after_failure:
268263 df -h;
269264 du . | sort -nr | head -n100
270265
271- # One of these is the linux sccache log, one is the OSX sccache log. Instead
272- # of worrying about what system we are just cat both. One of these commands
273- # will fail but that's ok, they'll both get executed.
274- - cat obj/tmp/sccache.log
275- - cat /tmp/sccache.log
276-
277266 # Random attempt at debugging currently. Just poking around in here to see if
278267 # anything shows up.
279268 - ls -lat $HOME/Library/Logs/DiagnosticReports/
0 commit comments