Skip to content

Commit

Permalink
gclient sync should be shallow
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jul 13, 2018
1 parent 2c30a25 commit f9e0a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_third_party.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
remove_and_symlink(join("v8", "third_party", "jinja2"), "jinja2")
remove_and_symlink(join("v8", "third_party", "llvm-build"), "llvm-build")
remove_and_symlink(join("v8", "third_party", "markupsafe"), "markupsafe")
run(["gclient", "sync", "--no-history"])
run(["gclient", "sync", "--shallow", "--no-history"])
run(["yarn"])

0 comments on commit f9e0a5d

Please sign in to comment.