mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
travis: adjust cache
- cache sysroot and llvm-build so they don't have to be downloaded each time. - Remove DENO_BUILD_PATH from cache. ccache does all the heavy lifting, no need to cache the build dir.
This commit is contained in:
parent
d09a552aff
commit
376f4dfcbf
1 changed files with 2 additions and 1 deletions
|
@ -5,9 +5,10 @@ branches:
|
|||
cache:
|
||||
ccache: true
|
||||
directories:
|
||||
- $DENO_BUILD_PATH
|
||||
- $CARGO_PATH
|
||||
- $RUSTUP_PATH
|
||||
- third_party/v8/build/linux/debian_sid_amd64-sysroot/
|
||||
- third_party/v8/third_party/llvm-build/
|
||||
env:
|
||||
global:
|
||||
- CARGO_PATH=$HOME/.cargo/
|
||||
|
|
Loading…
Reference in a new issue