Skip to content

Commit

Permalink
Disable appveyor cache
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanhs committed Mar 30, 2017
1 parent c82f132 commit fe0fbbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ install:
- set SCCACHE_ERROR_LOG=%CD%/sccache.log

test_script:
- mkdir C:\cache\rustsrc
- sh src/ci/init_repo.sh . /c/cache/rustsrc
- appveyor-retry sh -c 'git submodule deinit -f . && git submodule update --init'
- set SRC=.
- set NO_CCACHE=1
- sh src/ci/run.sh
Expand All @@ -151,7 +150,6 @@ on_failure:
- cat %CD%/sccache.log

cache:
- C:\cache\rustsrc
- "build/i686-pc-windows-msvc/llvm -> src/rustllvm/llvm-rebuild-trigger"
- "build/x86_64-pc-windows-msvc/llvm -> src/rustllvm/llvm-rebuild-trigger"
- "i686-pc-windows-msvc/llvm -> src/rustllvm/llvm-rebuild-trigger"
Expand Down

0 comments on commit fe0fbbf

Please sign in to comment.