summaryrefslogtreecommitdiff
path: root/tools/third_party.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-02-06 23:43:31 -0500
committerGitHub <noreply@github.com>2019-02-06 23:43:31 -0500
commit79b95341d9f9804207ff0c17e11085371e0f2e24 (patch)
treea929a53ee7af415e24e09cf7f299bab8d2106059 /tools/third_party.py
parent37b05740facd26b5f20b08c3500cd782f70de546 (diff)
Upgrade V8 to 7.4.98 (kKeep fix) (#1640)
* Upgrade V8 to 7.4.98 (kKeep fix) https://github.com/denoland/deno/issues/814 https://bugs.chromium.org/p/v8/issues/detail?id=8761 * fix tests
Diffstat (limited to 'tools/third_party.py')
-rw-r--r--tools/third_party.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/third_party.py b/tools/third_party.py
index 8bbc319b7..4f8a8b5b7 100644
--- a/tools/third_party.py
+++ b/tools/third_party.py
@@ -255,8 +255,7 @@ def download_clang_format():
# Download clang by calling the clang update script.
def download_clang():
- run(['python',
- tp('v8/tools/clang/scripts/update.py'), '--if-needed'],
+ run(['python', tp('v8/tools/clang/scripts/update.py')],
env=google_env())