Ver Fonte

fix(action): disable SYSVIPC kABI fix and Enable Configs steps in action.yml

TheWildJames há 4 meses atrás
pai
commit
bc97702dae
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      .github/actions/droidspaces/action.yml

+ 2 - 2
.github/actions/droidspaces/action.yml

@@ -19,7 +19,7 @@ runs:
   steps:
   steps:
     - name: Apply the SYSVIPC kABI fix
     - name: Apply the SYSVIPC kABI fix
       shell: bash
       shell: bash
-      if: true
+      if: false
       working-directory: ${{ github.workspace }}/kernel/common
       working-directory: ${{ github.workspace }}/kernel/common
       run: |
       run: |
         if [ "${{ inputs.kernel_version }}" == "6.12" ]; then
         if [ "${{ inputs.kernel_version }}" == "6.12" ]; then
@@ -33,7 +33,7 @@ runs:
 
 
     - name: Enable Configs
     - name: Enable Configs
       shell: bash
       shell: bash
-      if: true
+      if: false
       working-directory: ${{ github.workspace }}/kernel
       working-directory: ${{ github.workspace }}/kernel
       run: |
       run: |
         cat >> "${{ github.workspace }}/wild_gki.fragment" << 'EOF'
         cat >> "${{ github.workspace }}/wild_gki.fragment" << 'EOF'