ignore whitespace warnings when applying patches
This commit is contained in:
parent
992b7a0e84
commit
8bcdd24e9c
@ -298,7 +298,7 @@ git checkout $CORRECT_BRANCH_OR_TAG</pre>
|
||||
<p>Apply the GrapheneOS patches on top of the tagged release:</p>
|
||||
|
||||
<pre>cd src
|
||||
git am ../*.patch</pre>
|
||||
git am --whitespace=nowarn ../*.patch</pre>
|
||||
|
||||
<p>Generate a signing key for Vanadium if this is the initial build (the sample
|
||||
password configured in args.gn is <code>vanadiumpass</code>):</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user