Commit 93d952a9 authored by Wez Furlong's avatar Wez Furlong Committed by Facebook GitHub Bot

getdeps: use `eden prefetch` on windows

Summary:
Now that we've deployed the new eden build with globfiles
support, we can enable the use of eden prefetch in the getdeps
build when running inside an EdenFS mount on Windows.

Reviewed By: fanzeyi

Differential Revision: D21692689

fbshipit-source-id: b42e778901976cf0385ec31056c227b2049162dc
parent 791aa797
......@@ -54,10 +54,6 @@ def prefetch_dir_if_eden(dirpath):
so we help accelerate things by performing a prefetch on the
source directory """
global PREFETCHED_DIRS
if is_windows():
# prefetch takes longer than not prefetching our opensource
# projects until we cut over to the new globfiles implementation
return
if dirpath in PREFETCHED_DIRS:
return
root = find_eden_root(dirpath)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment