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