summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-04-05 00:27:56 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-04-05 00:28:14 -0400
commit4dafdca06e0f661ddd9332439a2088fdf57814da (patch)
tree283e607d212a3da440075bc2b379721511fedb18 /static/build.html
parent2de4a3c910a1dc2c2194371eb008f00fc105a169 (diff)
add temporary extra Vanadium build step
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index 657d9362..42c5bce0 100644
--- a/static/build.html
+++ b/static/build.html
@@ -844,7 +844,8 @@ git checkout $CORRECT_BRANCH_OR_TAG</pre>
<pre>cd src
git fetch --tags
git checkout $VERSION
-gclient sync -D --with_branch_heads --with_tags --jobs 32</pre>
+gclient sync -D --with_branch_heads --with_tags --jobs 32
+third_party/android_deps/fetch_all.py --ignore-vulnerabilities</pre>
<p>Apply the GrapheneOS patches on top of the tagged release:</p>