Skip to content

Commit ef5a5d3

Browse files
committed
CI: Add patch check by using build kernel sw8a
Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent a72a304 commit ef5a5d3

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

.github/workflows/build-kernel-sw64.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build kernel sw6b
1+
name: build kernel sw64
22
on:
33
push:
44
pull_request:
@@ -13,7 +13,7 @@ permissions:
1313
pull-requests: read
1414

1515
jobs:
16-
build-kernel:
16+
build-kernel-sw6b:
1717
runs-on: [self-hosted, linux, x64]
1818
steps:
1919
- uses: actions/checkout@v3
@@ -33,3 +33,18 @@ jobs:
3333
with:
3434
name: Kernel-ABI-sw6b
3535
path: "Module.symvers"
36+
37+
build-kernel-sw8a:
38+
runs-on: [self-hosted, linux, x64]
39+
steps:
40+
- name: "Compile kernel"
41+
run: |
42+
# .config
43+
time swmk8a1230 junzhang_defconfig
44+
time swmk8a1230 -j`nproc`
45+
46+
- name: 'Upload Kernel Artifact'
47+
uses: actions/upload-artifact@v4
48+
with:
49+
name: Kernel-ABI-sw8a
50+
path: "Module.symvers"

0 commit comments

Comments
 (0)