1212 required : true
1313 type : boolean
1414 default : true
15+ ksun_branch :
16+ description : " Choose KernelSU Next Branch"
17+ required : true
18+ type : choice
19+ options :
20+ - stable
21+ - next
22+ - next-susfs
23+ - next-susfs-dev
24+ default : stable
1525
1626jobs :
1727 build-batch-1 : # Non Bazel Builds
28+ name : build-batch-1 (${{ matrix.model }}, ${{ matrix.soc }}, ${{ matrix.branch }}, ${{ matrix.manifest }}, ${{ matrix.android_version }}, ${{ matrix.kernel_version }}, ${{ inputs.ksun_branch }})
1829 strategy :
1930 fail-fast : false
2031 matrix :
7081 manifest : ${{ matrix.manifest }}
7182 android_version : ${{ matrix.android_version }}
7283 kernel_version : ${{ matrix.kernel_version }}
84+ ksun_branch : ${{ inputs.ksun_branch }}
7385
7486 build-batch-2 :
7587 # needs: build-batch-1
88+ name : build-batch-2 (${{ matrix.model }}, ${{ matrix.soc }}, ${{ matrix.branch }}, ${{ matrix.manifest }}, ${{ matrix.android_version }}, ${{ matrix.kernel_version }}, ${{ inputs.ksun_branch }})
7689 strategy :
7790 fail-fast : false
7891 matrix :
@@ -128,6 +141,7 @@ jobs:
128141 manifest : ${{ matrix.manifest }}
129142 android_version : ${{ matrix.android_version }}
130143 kernel_version : ${{ matrix.kernel_version }}
144+ ksun_branch : ${{ inputs.ksun_branch }}
131145
132146 trigger-release :
133147 needs :
@@ -139,10 +153,10 @@ jobs:
139153 REPO_OWNER : ${{ github.repository_owner }}
140154 REPO_NAME : ${{ github.event.repository.name }}
141155 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
142- RELEASE_NAME : " *TEST BUILD* OnePlus Kernels With KernelSU Next & SUSFS v1.5.5 *TEST BUILD*"
156+ RELEASE_NAME : " *TEST BUILD* OnePlus Kernels With KernelSU Next & SUSFS v1.5.7 *TEST BUILD*"
143157 RELEASE_NOTES : |
144- This release contains KernelSU Next and SUSFS v1.5.5
145-
158+ This release contains KernelSU Next and SUSFS v1.5.7
159+
146160 Module:
147161 -> https://github.com/sidex15/ksu_module_susfs
148162
@@ -151,7 +165,7 @@ jobs:
151165
152166 Features:
153167 [+] KernelSU-Next
154- [+] SUSFS v1.5.5
168+ [+] SUSFS v1.5.7
155169 [+] Wireguard Support
156170 [+] Maphide LineageOS Detections
157171 [+] Futile Maphide for jit-zygote-cache Detections
@@ -165,7 +179,7 @@ jobs:
165179 run : |
166180 LATEST_TAG=$(gh api repos/$REPO_OWNER/$REPO_NAME/tags --jq '.[0].name')
167181 if [ -z "$LATEST_TAG" ]; then
168- LATEST_TAG="v1.5.5 -r0"
182+ LATEST_TAG="v1.5.7 -r0"
169183 fi
170184 NEW_TAG=$(echo "$LATEST_TAG" | awk -F'-r' '{suffix=$2; if (!suffix) suffix=0; suffix++; printf "%s-r%d", $1, suffix}')
171185 echo "New tag: $NEW_TAG"
0 commit comments