mirror of
https://github.com/denoland/deno.git
synced 2025-01-18 03:44:05 -05:00
ci: work around appveyor cache bug
It keeps restoring an old cache. This renames the affected directory in an attempt to work around that.
This commit is contained in:
parent
c3f4b0e671
commit
bf63f97eee
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ environment:
|
||||||
DENO_THIRD_PARTY_PATH: $(APPVEYOR_BUILD_FOLDER)\third_party
|
DENO_THIRD_PARTY_PATH: $(APPVEYOR_BUILD_FOLDER)\third_party
|
||||||
MTIME_CACHE_DB: $(APPVEYOR_BUILD_FOLDER)\mtime_cache.xml
|
MTIME_CACHE_DB: $(APPVEYOR_BUILD_FOLDER)\mtime_cache.xml
|
||||||
RELEASE_ARTIFACT: deno_win_x64.zip
|
RELEASE_ARTIFACT: deno_win_x64.zip
|
||||||
RUST_DIR: $(USERPROFILE)\rust
|
# Renamed to fix an Appveyor cache bug (restoring old caches).
|
||||||
|
RUST_DIR: $(USERPROFILE)\xrust
|
||||||
CARGO_HOME: $(RUST_DIR)\cargo
|
CARGO_HOME: $(RUST_DIR)\cargo
|
||||||
RUSTUP_HOME: $(RUST_DIR)\rustup
|
RUSTUP_HOME: $(RUST_DIR)\rustup
|
||||||
RUST_BACKTRACE: full
|
RUST_BACKTRACE: full
|
||||||
|
|
Loading…
Add table
Reference in a new issue