ci: update kernel build, remove embed ksud (#159)
This commit is contained in:
6
.github/workflows/build-kernel-a12.yml
vendored
6
.github/workflows/build-kernel-a12.yml
vendored
@@ -17,12 +17,7 @@ on:
|
||||
- "kernel/**"
|
||||
- "userspace/ksud/**"
|
||||
jobs:
|
||||
build-ksud:
|
||||
uses: ./.github/workflows/ksud.yml
|
||||
with:
|
||||
target: aarch64-linux-android
|
||||
build-kernel:
|
||||
needs: build-ksud
|
||||
if: github.event_name != 'pull_request'
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -104,7 +99,6 @@ jobs:
|
||||
bash $GITHUB_WORKSPACE/KernelSU/.github/scripts/build_a12.sh
|
||||
|
||||
check-build-kernel:
|
||||
needs: build-ksud
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: ./.github/workflows/gki-kernel.yml
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user