Windows: don’t check out tests/wpt

Creating many files is slow, on Windows
This commit is contained in:
Simon Sapin 2018-10-01 22:55:50 +02:00
parent 522445f609
commit 3b2076fdc3
2 changed files with 23 additions and 6 deletions

View file

@ -135,6 +135,7 @@ def windows_dev():
"python2",
],
dependencies=[python27_task],
sparse_checkout_exclude=["tests/wpt"],
**build_kwargs
)