Revert "ci: Attempting to resolve the issue with DDK compilation being unavailable"

This reverts commit a622657092.
This commit is contained in:
ShirkNeko
2025-11-03 03:39:46 +08:00
parent a622657092
commit 2433d64b6b
7 changed files with 221 additions and 20 deletions

View File

@@ -211,6 +211,9 @@ jobs:
- name: Build Kernel/LKM
working-directory: android-kernel
env:
CI_KSU_VERSION: ${{ env.KSU_VERSION }}
CI_KSU_VERSION_FULL: ${{ env.KSU_VERSION_FULL }}
run: |
if [ ! -z ${{ vars.EXPECTED_SIZE }} ] && [ ! -z ${{ vars.EXPECTED_HASH }} ]; then
export KSU_EXPECTED_SIZE=${{ vars.EXPECTED_SIZE }}