@@ -30,7 +30,6 @@ matrix:
30
30
SRC=.
31
31
DEPLOY_ALT=1
32
32
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
33
- SCCACHE_ERROR_LOG=/tmp/sccache.log
34
33
MACOSX_DEPLOYMENT_TARGET=10.7
35
34
NO_LLVM_ASSERTIONS=1
36
35
NO_DEBUG_ASSERTIONS=1
@@ -50,7 +49,6 @@ matrix:
50
49
RUST_CONFIGURE_ARGS="--build=x86_64-apple-darwin --enable-sanitizers --enable-profiler"
51
50
SRC=.
52
51
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
53
- SCCACHE_ERROR_LOG=/tmp/sccache.log
54
52
MACOSX_DEPLOYMENT_TARGET=10.8
55
53
MACOSX_STD_DEPLOYMENT_TARGET=10.7
56
54
NO_LLVM_ASSERTIONS=1
@@ -64,7 +62,6 @@ matrix:
64
62
RUST_CONFIGURE_ARGS=--build=i686-apple-darwin
65
63
SRC=.
66
64
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
67
- SCCACHE_ERROR_LOG=/tmp/sccache.log
68
65
MACOSX_DEPLOYMENT_TARGET=10.8
69
66
MACOSX_STD_DEPLOYMENT_TARGET=10.7
70
67
NO_LLVM_ASSERTIONS=1
@@ -85,7 +82,6 @@ matrix:
85
82
SRC=.
86
83
DEPLOY=1
87
84
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
88
- SCCACHE_ERROR_LOG=/tmp/sccache.log
89
85
MACOSX_DEPLOYMENT_TARGET=10.7
90
86
NO_LLVM_ASSERTIONS=1
91
87
NO_DEBUG_ASSERTIONS=1
@@ -99,7 +95,6 @@ matrix:
99
95
SRC=.
100
96
DEPLOY=1
101
97
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
102
- SCCACHE_ERROR_LOG=/tmp/sccache.log
103
98
MACOSX_DEPLOYMENT_TARGET=10.7
104
99
NO_LLVM_ASSERTIONS=1
105
100
NO_DEBUG_ASSERTIONS=1
@@ -223,7 +218,7 @@ install:
223
218
travis_retry brew update &&
224
219
travis_retry brew install xz;
225
220
fi &&
226
- 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 &&
221
+ travis_retry curl -fo /usr/local/bin/sccache https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2018-03 -12-sccache-x86_64-apple-darwin &&
227
222
chmod +x /usr/local/bin/sccache &&
228
223
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 &&
229
224
chmod +x /usr/local/bin/stamp
@@ -264,12 +259,6 @@ after_failure:
264
259
df -h;
265
260
du . | sort -nr | head -n100
266
261
267
- # One of these is the linux sccache log, one is the OSX sccache log. Instead
268
- # of worrying about what system we are just cat both. One of these commands
269
- # will fail but that's ok, they'll both get executed.
270
- - cat obj/tmp/sccache.log
271
- - cat /tmp/sccache.log
272
-
273
262
# Random attempt at debugging currently. Just poking around in here to see if
274
263
# anything shows up.
275
264
- ls -lat $HOME/Library/Logs/DiagnosticReports/
0 commit comments