We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c4b13 commit 252bc6aCopy full SHA for 252bc6a
README.Linux.md
@@ -89,10 +89,12 @@ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
89
export PATH=`pwd`/depot_tools:"$PATH"
90
91
# Download v8
92
-fetch v8
+fetch --nohooks --no-history v8
93
+gclient sync -D --no-history
94
cd v8
95
96
# (optional) If you'd like to build a certain version:
97
+git fetch --tag origin refs/tags/12.0.267.36
98
git checkout 12.0.267.36
99
gclient sync -D
100
0 commit comments