0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

AppVeyor: Disable DENO_BUILD_PATH cache.

Seems to be necessary to get the previous commits to compile correctly.
This commit is contained in:
Ryan Dahl 2019-01-02 14:34:09 -05:00
parent 7024d9f253
commit e809673cec

View file

@ -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