Skip to content

Commit

Permalink
chore(util/v8) use 'gclient sync -D'
Browse files Browse the repository at this point in the history
With existing clones being updated, gclient sometimes complain that
existing dependencies have been removed, and that we should run with
`-D`. Since this is not a development environment, let's always run with
`-D`.

See: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/08e2e0cc9dc3404f1905a2f2741a8553c86d6f77/gclient.py#3092
  • Loading branch information
thibaultcha authored Aug 3, 2023
1 parent df25f92 commit fe6e08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/runtimes/v8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ build_libwee8() {
git checkout "$v8_ver"

notice "synchronizing V8 repository..."
gclient sync
gclient sync -D

### build

Expand Down

0 comments on commit fe6e08e

Please sign in to comment.