diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-02 14:34:09 -0500 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-03 09:45:40 -0500 |
commit | e809673cecef8383d4b3e873de260b35182d2ef9 (patch) | |
tree | b89d63a0ad3515b7ee2d9673bb826a928e86c84d | |
parent | 7024d9f25394453d49486d5b2b1b5da6d369acb9 (diff) |
AppVeyor: Disable DENO_BUILD_PATH cache.
Seems to be necessary to get the previous commits to compile correctly.
-rw-r--r-- | .appveyor.yml | 4 |
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 |