@@ -46,6 +46,8 @@ matrix:
46
46
RUST_CONFIGURE_ARGS=--build=x86_64-apple-darwin
47
47
SRC=.
48
48
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
49
+ SCCACHE_ERROR_LOG=/tmp/sccache.log
50
+ RUST_LOG=sccache
49
51
os: osx
50
52
osx_image: xcode8.2
51
53
install: &osx_install_sccache >
@@ -56,6 +58,8 @@ matrix:
56
58
RUST_CONFIGURE_ARGS=--build=i686-apple-darwin
57
59
SRC=.
58
60
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
61
+ SCCACHE_ERROR_LOG=/tmp/sccache.log
62
+ RUST_LOG=sccache
59
63
os: osx
60
64
osx_image: xcode8.2
61
65
install: *osx_install_sccache
@@ -66,6 +70,8 @@ matrix:
66
70
SRC=.
67
71
DEPLOY=1
68
72
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
73
+ SCCACHE_ERROR_LOG=/tmp/sccache.log
74
+ RUST_LOG=sccache
69
75
os: osx
70
76
osx_image: xcode8.2
71
77
install: >
@@ -77,6 +83,8 @@ matrix:
77
83
SRC=.
78
84
DEPLOY=1
79
85
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
86
+ SCCACHE_ERROR_LOG=/tmp/sccache.log
87
+ RUST_LOG=sccache
80
88
os: osx
81
89
osx_image: xcode8.2
82
90
install: *osx_install_sccache
@@ -92,6 +100,8 @@ matrix:
92
100
SRC=.
93
101
DEPLOY_ALT=1
94
102
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
103
+ SCCACHE_ERROR_LOG=/tmp/sccache.log
104
+ RUST_LOG=sccache
95
105
os: osx
96
106
osx_image: xcode8.2
97
107
install: *osx_install_sccache
@@ -133,6 +143,7 @@ after_failure:
133
143
df -h;
134
144
du . | sort -nr | head -n100
135
145
- cat obj/tmp/sccache.log
146
+ - cat /tmp/sccache.log
136
147
137
148
# Save tagged docker images we created and load them if they're available
138
149
before_cache :
0 commit comments