trae hai 3 meses
pai
achega
2e86953293

+ 0 - 1
.github/actions/bbg/action.yml

@@ -40,7 +40,6 @@ runs:
     - name: Enable Kernel Configs
       uses: ./.github/actions/set-kernel-config
       with:
-        defconfig: ${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig
         fragment: ${{ github.workspace }}/wild_gki.fragment
         configs: |
           CONFIG_BBG

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

@@ -48,8 +48,8 @@ runs:
       SKIP_MRPROPER=1
       EOF
 
-      cp "${{ github.workflow }}/wild_gki.fragment" "${{ github.workflow }}/kernel/common/wild_gki.fragment"
-      cp "${{ github.workflow }}/gki_build_overrides.fragment" "${{ github.workflow }}/kernel/common/gki_build_overrides.fragment"
+      cp "${{ github.workspace }}/wild_gki.fragment" "${{ github.workspace }}/kernel/common/wild_gki.fragment"
+      cp "${{ github.workspace }}/gki_build_overrides.fragment" "${{ github.workspace }}/kernel/common/gki_build_overrides.fragment"
 
       mkdir -p /home/runner/out
 

+ 0 - 1
.github/actions/droidspaces/action.yml

@@ -84,7 +84,6 @@ runs:
     - name: Enable Kernel Configs
       uses: ./.github/actions/set-kernel-config
       with:
-        defconfig: ${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig
         fragment: ${{ github.workspace }}/wild_gki.fragment
         configs: |
           CONFIG_PID_NS

+ 0 - 1
.github/actions/kernelsu/action.yml

@@ -66,7 +66,6 @@ runs:
     - name: Enable Kernel Configs
       uses: ./.github/actions/set-kernel-config
       with:
-        defconfig: ${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig
         fragment: ${{ github.workspace }}/wild_gki.fragment
         configs: |
           CONFIG_KSU

+ 1 - 1
.github/actions/misc/action.yml

@@ -23,7 +23,7 @@ runs:
     - name: Enable Kernel Configs
       uses: ./.github/actions/set-kernel-config
       with:
-        defconfig: ${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig
+        
         fragment: ${{ github.workspace }}/wild_gki.fragment
         configs: |
           CONFIG_OVERLAY_FS

+ 0 - 2
.github/actions/networking/action.yml

@@ -22,7 +22,6 @@ runs:
     - name: Add IP SET & IPv6_NAT Support
       uses: ./.github/actions/set-kernel-config
       with:
-        defconfig: ${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig
         fragment: ${{ github.workspace }}/wild_gki.fragment
         configs: |
           CONFIG_IP_SET
@@ -53,7 +52,6 @@ runs:
     - name: Apply TCP Congestion Control
       uses: ./.github/actions/set-kernel-config
       with:
-        defconfig: ${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig
         fragment: ${{ github.workspace }}/wild_gki.fragment
         configs: |
           CONFIG_TCP_CONG_ADVANCED

+ 0 - 1
.github/actions/susfs/action.yml

@@ -46,7 +46,6 @@ runs:
     - name: Enable KernelSU SUSFS Config
       uses: ./.github/actions/set-kernel-config
       with:
-        defconfig: ${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig
         fragment: ${{ github.workspace }}/wild_gki.fragment
         configs: |
           CONFIG_KSU_SUSFS