trae 3 months ago
parent
commit
3663383d00

+ 2 - 1
.github/actions/build-kernel/action.yml

@@ -40,8 +40,9 @@ runs:
 
       cp "${{ github.workspace }}/wild_gki.fragment" common/arch/arm64/configs/wild_gki.fragment
 
+      #cd ${{ github.workspace }}/kernel/common
+      #make O=/home/runner/out gki_defconfig AARCH=arm64
       if [ -f "build/build.sh" ]; then
-        
         BUILD_GKI_ARTIFACTS= \
         BUILD_GKI_CERTIFICATION_TOOLS=0 \
         BUILD_SYSTEM_DLKM=0 \

+ 0 - 6
.github/actions/download-kernel/action.yml

@@ -147,9 +147,3 @@ runs:
 
         echo "Kernel common commit date: $COMMIT_DATE"
         echo "Kernel common commit msg: $COMMIT_MSG"
-
-    - name: Generate .config
-      shell: bash
-      working-directory: ${{ github.workspace }}/kernel/common
-      run: |
-        make O=/home/runner/out gki_defconfig AARCH=arm64