Skip to content

Commit bc8d5ba

Browse files
committed
Update make options to include jobs count 2
1 parent 82b82a1 commit bc8d5ba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,6 @@ jobs:
213213
echo "Building the kernel..."
214214
rm ./kernel_platform/common/android/abi_gki_protected_exports_* || echo "No protected exports!"
215215
rm ./kernel_platform/msm-kernel/android/abi_gki_protected_exports_* || echo "No protected exports!"
216-
#git config --global user.email "[email protected]"
217-
#git config --global user.name "TheWildJames"
218-
#git add *
219-
#git commit -s -a -m "getting rid of -dirty"
220216
221217
BUILD_TYPE="gki"
222218
BAZEL_ARGS=(--jobs=$(nproc --all) --lto=thin)

0 commit comments

Comments
 (0)