Skip to content

Commit

Permalink
proton-builder: reverr changes in make command.
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Dandan <carlodandan.personal@proton.me>
  • Loading branch information
carlodandan committed Aug 28, 2023
1 parent 1000328 commit 5f1b3ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
run: |
PATH="${GITHUB_WORKSPACE}/android/toolchains/proton-clang/bin:/bin:$PATH"
cd android/kernel
make ${{ env.MAKE }} ${{ github.event.inputs.KERNEL_DEFCONFIG }}
make ${{ env.MAKE }} -j"$(nproc --all)"
${{ env.MAKE }} ${{ github.event.inputs.KERNEL_DEFCONFIG }}
${{ env.MAKE }} -j"$(nproc --all)"
- name: Check Kernel
run: |
Expand Down Expand Up @@ -96,4 +96,4 @@ jobs:
### Notes
* Kernel were built/compiled using proton-clang.
* Test at your own risk.
* Use kernel flasher or any custom recoveries to flash the compressed kernel zip file.
* Use kernel flasher or any custom recoveries to flash the compressed kernel zip file.
2 changes: 1 addition & 1 deletion make.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
O=out ARCH=arm64 LLVM=1 CROSS_COMPILE=aarch64-linux-gnu CROSS_COMPILE_COMPAT=arm-linux-gnueabi
make O=out ARCH=arm64 LLVM=1 CROSS_COMPILE=aarch64-linux-gnu CROSS_COMPILE_COMPAT=arm-linux-gnueabi

0 comments on commit 5f1b3ae

Please sign in to comment.