From e809673cecef8383d4b3e873de260b35182d2ef9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 2 Jan 2019 14:34:09 -0500 Subject: AppVeyor: Disable DENO_BUILD_PATH cache. Seems to be necessary to get the previous commits to compile correctly. --- .appveyor.yml | 4 ++-- 1 file 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 -- cgit v1.2.3