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:
parent
7024d9f253
commit
e809673cec
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue