-
Notifications
You must be signed in to change notification settings - Fork 2
45 lines (44 loc) · 1.42 KB
/
Copy pathbuild.yml
File metadata and controls
45 lines (44 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: Build All GKI
on:
push:
paths:
- 'lib/**'
- 'src/**'
- 'User/**'
- 'Makefile'
- '.github/workflows/build.yml'
workflow_dispatch:
jobs:
build-matrix:
strategy:
matrix:
kmi:
- android12-5.10
- android13-5.10
- android13-5.15
- android14-5.15
- android14-6.1
- android15-6.6
- android16-6.12
runs-on: ubuntu-latest
container:
image: ghcr.io/ylarod/ddk-min:${{ matrix.kmi }}-20260313
options: --privileged
steps:
- uses: actions/checkout@v4
- name: Fetch deps
run: |
git clone https://github.com/Dere3046/KernCall.git deps/Kerncall
git -C deps/Kerncall checkout a4f9efcf3cafb1ff28b526c6ca5a88375b3fdfc3
git clone https://github.com/Dere3046/Hidemod.git deps/hidemod
git -C deps/hidemod checkout e7aba01aec6b4b88a64b2eb45e5573a27e80ceb1
git clone https://github.com/Dere3046/Type_info.git deps/type_info
git -C deps/type_info checkout 0480a3951b48cd54374e9c803510669683f8fb55
git clone https://github.com/Dere3046/KallRecon.git deps/type_info/kallrecon
git -C deps/type_info/kallrecon checkout 63163fd477897fad97639f5ebca77af655499add
- name: Build
run: make
- uses: actions/upload-artifact@v4
with:
name: rwmem-${{ matrix.kmi }}
path: out/rwmem.ko