1
Fork 0

Attempt to debug sccache in more locations

This should hopefully add support for debugging OSX and Windows presumed sccache
failures instead of just the Linux ones.
This commit is contained in:
Alex Crichton 2017-03-11 09:06:44 -08:00
parent 5d0be0d72a
commit c60a58b6d1
2 changed files with 18 additions and 0 deletions

View file

@ -130,12 +130,19 @@ install:
- set PATH=%PATH%;%CD%\handle
- handle.exe -accepteula -help
# Attempt to debug sccache failures
- set RUST_LOG=sccache
- set SCCACHE_ERROR_LOG=%CD%/sccache.log
test_script:
- appveyor-retry sh -c 'git submodule deinit -f . && git submodule update --init'
- set SRC=.
- set NO_CCACHE=1
- sh src/ci/run.sh
on_failure:
- cat %CD%/sccache.log
cache:
- "build/i686-pc-windows-msvc/llvm -> src/rustllvm/llvm-auto-clean-trigger"
- "build/x86_64-pc-windows-msvc/llvm -> src/rustllvm/llvm-auto-clean-trigger"