diff --git a/static/build.html b/static/build.html index 5f109a8e..4731b4e1 100644 --- a/static/build.html +++ b/static/build.html @@ -315,7 +315,7 @@
mkdir grapheneos-13
 cd grapheneos-13
 repo init -u https://github.com/GrapheneOS/platform_manifest.git -b 13
-repo sync -j16
+repo sync -j8

If your network is unreliable and repo sync fails, you can run the repo sync command again to continue from where it was interrupted. It @@ -348,7 +348,7 @@ cd ../..

Complete the source tree download:

-
repo sync -j16
+
repo sync -j8

The manifest for the latest stable release refers to the revisions in other repositories via commit hashes rather than tag names. This avoids the need to use a @@ -364,7 +364,7 @@ cd ../..

Updating and switching branches or tags

To update the source tree, run the repo init command again to select - the branch or tag and then run repo sync -j16 again. You may need to add + the branch or tag and then run repo sync -j8 again. You may need to add --force-sync if a repository switched from one source to another, such as when GrapheneOS forks an additional Android Open Source Project repository. You don't need to start over to switch between different branches or tags. You may @@ -721,7 +721,7 @@ cd ../..

mkdir -p android/kernel/coral
 cd android/kernel/coral
 repo init -u https://github.com/GrapheneOS/kernel_manifest-coral.git -b 13
-repo sync -j16
+repo sync -j8

To build the coral kernel for the Pixel 4 and Pixel 4 XL:

@@ -745,7 +745,7 @@ repo sync -j16
mkdir -p android/kernel/redbull
 cd android/kernel/redbull
 repo init -u https://github.com/GrapheneOS/kernel_manifest-redbull.git -b 13
-repo sync -j16
+repo sync -j8

To build the redbull kernel for the Pixel 4a (5G), Pixel 5 and Pixel 5a kernel:

@@ -766,14 +766,14 @@ repo sync -j16
mkdir -p android/kernel/raviole
 cd android/kernel/raviole
 repo init -u https://github.com/GrapheneOS/kernel_manifest-raviole.git -b 13
-repo sync -j16
+repo sync -j8

To sync the bluejay kernel for the Pixel 6a:

mkdir -p android/kernel/bluejay
 cd android/kernel/bluejay
 repo init -u https://github.com/GrapheneOS/kernel_manifest-bluejay.git -b 13
-repo sync -j16
+repo sync -j8

To build the raviole kernel for the Pixel 6 and Pixel 6 Pro:

@@ -797,7 +797,7 @@ repo sync -j16
mkdir -p android/kernel/pantah
 cd android/kernel/pantah
 repo init -u https://github.com/GrapheneOS/kernel_manifest-pantah.git -b 13
-repo sync -j16
+repo sync -j8

To build the pantah kernel for the Pixel 7 and Pixel 7 Pro: