|
@@ -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'
|