Merge pull request #996 from lzutao/temporary-disable-sccache
build(CI): Temporary disable sccache
This commit is contained in:
commit
0f56c09d3a
|
@ -3,7 +3,7 @@ language: rust
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- "$HOME/.cargo"
|
- "$HOME/.cargo"
|
||||||
- "$HOME/.cache/sccache"
|
# - "$HOME/.cache/sccache"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
@ -26,7 +26,7 @@ matrix:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- |
|
- |
|
||||||
export RUSTC_WRAPPER=sccache;
|
# export RUSTC_WRAPPER=sccache;
|
||||||
cd "$(mktemp -d)";
|
cd "$(mktemp -d)";
|
||||||
case "$TRAVIS_OS_NAME" in
|
case "$TRAVIS_OS_NAME" in
|
||||||
linux )
|
linux )
|
||||||
|
|
Loading…
Reference in New Issue