summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-01-02 14:34:09 -0500
committerRyan Dahl <ry@tinyclouds.org>2019-01-03 09:45:40 -0500
commite809673cecef8383d4b3e873de260b35182d2ef9 (patch)
treeb89d63a0ad3515b7ee2d9673bb826a928e86c84d
parent7024d9f25394453d49486d5b2b1b5da6d369acb9 (diff)
AppVeyor: Disable DENO_BUILD_PATH cache.
Seems to be necessary to get the previous commits to compile correctly.
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index f4fb0bad9..ff5188548 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -238,8 +238,8 @@ cache:
- $(APPVEYOR_BUILD_FOLDER)\third_party
# Cache file mtimes in the main git repo, also to enable incremental builds.
- $(MTIME_CACHE_DB)
- # Build incrementally.
- - $(DENO_BUILD_PATH)
+ # TODO Incremental build disabled because there are some bugs.
+ #- $(DENO_BUILD_PATH)
init:
# Load utility functions