summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-01-17 01:38:27 +0100
committerBert Belder <bertbelder@gmail.com>2019-01-17 01:38:27 +0100
commitbf63f97eeee65d1014b92a7dba4ffcf892d6aec6 (patch)
tree2e8509628ea4415c06ed3be3ad78fa2f2e5ce4ea
parentc3f4b0e671cfc604ebd66f6a320eb9cdc6f4904d (diff)
ci: work around appveyor cache bug
It keeps restoring an old cache. This renames the affected directory in an attempt to work around that.
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index ce2419066..5bf1c9c5c 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -13,7 +13,8 @@ environment:
DENO_THIRD_PARTY_PATH: $(APPVEYOR_BUILD_FOLDER)\third_party
MTIME_CACHE_DB: $(APPVEYOR_BUILD_FOLDER)\mtime_cache.xml
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
RUSTUP_HOME: $(RUST_DIR)\rustup
RUST_BACKTRACE: full