36
36
kernel_version : " 5.10"
37
37
build-kernel-op12 :
38
38
uses : ./.github/workflows/build.yml
39
+ needs : [build-kernel-op11, build-kernel-op11r]
39
40
secrets : inherit
40
41
with :
41
42
model : " OP12"
46
47
kernel_version : " 6.1"
47
48
build-kernel-op13r :
48
49
uses : ./.github/workflows/build.yml
50
+ needs : [build-kernel-op11, build-kernel-op11r]
49
51
secrets : inherit
50
52
with :
51
53
model : " OP13r"
56
58
kernel_version : " 6.1"
57
59
build-kernel-opnord4 :
58
60
uses : ./.github/workflows/build.yml
61
+ needs : [build-kernel-op12, build-kernel-op13r]
59
62
secrets : inherit
60
63
with :
61
64
model : " OP-NORD-4"
66
69
kernel_version : " 6.1"
67
70
build-kernel-opopen :
68
71
uses : ./.github/workflows/build.yml
72
+ needs : [build-kernel-op12, build-kernel-op13r]
69
73
secrets : inherit
70
74
with :
71
75
model : " OP-OPEN"
76
80
kernel_version : " 5.15"
77
81
build-kernel-opace2 :
78
82
uses : ./.github/workflows/build.yml
83
+ needs : [build-kernel-opnord4, build-kernel-opopen]
79
84
secrets : inherit
80
85
with :
81
86
model : " OP-ACE-2"
86
91
kernel_version : " 5.10"
87
92
build-kernel-opace2pro :
88
93
uses : ./.github/workflows/build.yml
94
+ needs : [build-kernel-opnord4, build-kernel-opopen]
89
95
secrets : inherit
90
96
with :
91
97
model : " OP-ACE-2-PRO"
96
102
kernel_version : " 5.15"
97
103
build-kernel-opace5 :
98
104
uses : ./.github/workflows/build.yml
105
+ needs : [build-kernel-opace2, build-kernel-opace2pro]
99
106
secrets : inherit
100
107
with :
101
108
model : " OP-ACE-5"
@@ -106,6 +113,7 @@ jobs:
106
113
kernel_version : " 6.1"
107
114
build-kernel-op10t :
108
115
uses : ./.github/workflows/build.yml
116
+ needs : [build-kernel-opace2, build-kernel-opace2pro]
109
117
secrets : inherit
110
118
with :
111
119
model : " OP10t"
@@ -116,6 +124,7 @@ jobs:
116
124
kernel_version : " 5.10"
117
125
build-kernel-op10pro :
118
126
uses : ./.github/workflows/build.yml
127
+ needs : [build-kernel-opace5, build-kernel-op10t]
119
128
secrets : inherit
120
129
with :
121
130
model : " OP10pro"
@@ -124,6 +133,28 @@ jobs:
124
133
manifest : " oneplus_10_pro_v.xml"
125
134
android_version : " android12"
126
135
kernel_version : " 5.10"
136
+ build-kernel-op13 :
137
+ uses : ./.github/workflows/build.yml
138
+ needs : [build-kernel-opace5, build-kernel-op10t]
139
+ secrets : inherit
140
+ with :
141
+ model : " OP13"
142
+ soc : " sun"
143
+ branch : " oneplus/sm8750"
144
+ manifest : " JiuGeFaCai_oneplus_13_v.xml"
145
+ android_version : " android15"
146
+ kernel_version : " 6.6"
147
+ build-kernel-opace5pro :
148
+ uses : ./.github/workflows/build.yml
149
+ needs : [build-kernel-op10pro, build-kernel-op13]
150
+ secrets : inherit
151
+ with :
152
+ model : " OPAce5Pro"
153
+ soc : " sun"
154
+ branch : " oneplus/sm8750"
155
+ manifest : " JiuGeFaCai_oneplus_ace5_pro_v.xml"
156
+ android_version : " android15"
157
+ kernel_version : " 6.6"
127
158
128
159
trigger-release :
129
160
runs-on : ubuntu-latest
@@ -139,6 +170,8 @@ jobs:
139
170
- build-kernel-opace5
140
171
- build-kernel-op10t
141
172
- build-kernel-op10pro
173
+ - build-kernel-op13
174
+ - build-kernel-opace5pro
142
175
if : ${{ inputs.make_release }}
143
176
env :
144
177
REPO_OWNER : TheWildJames
0 commit comments