Skip to content

Commit d0e2d0d

Browse files
authored
Update build-kernel.yml
1 parent 3a903bc commit d0e2d0d

File tree

1 file changed

+25
-16
lines changed

1 file changed

+25
-16
lines changed

.github/workflows/build-kernel.yml

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,29 @@
1-
name: "Build CR Droid 15 kernel on Taimen." # Description of the workflow.
1+
name: Build CR Droid 15 kernel for Taimen
22
on:
3-
push:
4-
branches: "15.0" # Branch to build.
5-
workflow_dispatch: # Allow to manually trigger workflow.
3+
workflow_dispatch:
4+
65
jobs:
7-
build:
8-
name: "Build CR Droid 15 kernel"
6+
Build-Kernel:
7+
strategy:
8+
fail-fast: false
99
runs-on: ubuntu-latest
10-
steps:
11-
- name: "Checkout kernel source" # Clone the kernel source.
12-
uses: actions/checkout@v2
13-
- name: "Android kernel build" # Build kernel with lemniskett/android-kernel-actions.
14-
uses: lemniskett/android-kernel-actions@master
15-
with:
16-
arch: arm64 # Specify arch
17-
compiler: clang/11 # Specify toolchain to use
18-
defconfig: wahoo_defconfig # Specify defconfig to use
19-
image: Image.gz-dtb # Specify final build file
10+
permissions:
11+
contents: read
2012

13+
steps:
14+
- name: Build Kernel
15+
uses: dabao1955/kernel_build_action@main
16+
with:
17+
kernel-url: https://github.com/Flouzr/android_kernel_google_wahoo
18+
kernel-dir: kernel
19+
kernel-branch: "15.0"
20+
config: wahoo_defconfig
21+
arch: arm64
22+
aosp-gcc: true
23+
aosp-clang: true
24+
#ksu: true
25+
#ksu-version: main
26+
android-version: 15
27+
aosp-clang-version: r536225
28+
disable-lto: true
29+
#anykernel3: true

0 commit comments

Comments
 (0)